Diff for /gforth/doc/gforth.ds between versions 1.41 and 1.42

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

Removed from v.1.41  
changed lines
  Added in v.1.42


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>