Macaulay2 / M2-emacs

Macaulay2 emacs files
GNU General Public License v3.0
5 stars 3 forks source link

Remove "infoHelp" cruft from output #51

Closed d-torrance closed 8 months ago

d-torrance commented 9 months ago

When run inside Emacs, infoHelp prints a little message to tell Emacs how to open the appropriate info file using info.el. But the user doesn't need to see that, so we remove it.

Before

i1 : infoHelp "ideal"
-* infoHelp: (Macaulay2Doc)ideal *-

i2 : 

After

i1 : infoHelp "ideal"

i2 :