--- gforth/doc/gforth.ds 1999/10/15 23:18:21 1.41 +++ gforth/doc/gforth.ds 1999/10/22 20:46:08 1.42 @@ -8809,7 +8809,7 @@ specific @code{throw} was executed. In @code{catch}, it is not necessarily clear which @code{throw} should be used for the return stack dump (e.g., consider one @code{throw} that indicates an error, which is caught, and during recovery another error -happens; which @code{throw} should be used for the stack dump). Gforth +happens; which @code{throw} should be used for the stack dump?). Gforth presents the return stack dump for the first @code{throw} after the last executed (not returned-to) @code{catch}; this works well in the usual case. @@ -10352,7 +10352,7 @@ Moreover, for words documented in this m glossary entry quickly by using @kbd{C-h TAB} (@code{info-lookup-symbol}, see @pxref{Documentation, ,Documentation Commands, emacs, Emacs Manual}). This feature requires Emacs 20.3 or -later. +later and does not work for words containing @code{:}. @cindex @file{.emacs}