From: Richard M. Stallman Date: Mon, 16 Feb 2004 22:13:04 +0000 (+0000) Subject: (Internals of Debugger): Fix return value. X-Git-Tag: ttn-vms-21-2-B4~7571 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=54eb1a224071a7acad0caafe1c4a3d8f6d0a7e40;p=emacs.git (Internals of Debugger): Fix return value. --- diff --git a/lispref/debugging.texi b/lispref/debugging.texi index e98adaa22e4..f9096cbef2a 100644 --- a/lispref/debugging.texi +++ b/lispref/debugging.texi @@ -551,7 +551,7 @@ forms are elided. (1+ var) (list 'testing (backtrace)))))))) - @result{} nil + @result{} (testing nil) @end group @group