From: Paul Eggert Date: Thu, 9 Apr 2015 00:19:15 +0000 (-0700) Subject: * doc/misc/calc.texi (Summary): Avoid '@:' when usurped. X-Git-Tag: emacs-25.0.90~2531 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=666b8276b1ab7542c8f3a893bc06d984cb3a7d93;p=emacs.git * doc/misc/calc.texi (Summary): Avoid '@:' when usurped. --- diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi index 62a81b81ec7..78af706164f 100644 --- a/doc/misc/calc.texi +++ b/doc/misc/calc.texi @@ -36661,6 +36661,8 @@ keystrokes are not listed in this summary. @end format +@c Avoid '@:' from here on, as it now means \sumsep in tex mode. + @noindent NOTES @@ -36799,9 +36801,9 @@ The @expr{op} prompt can be answered with the key sequence for the desired function, or with @kbd{x} or @kbd{z} followed by a function name, or with @kbd{$} to take a formula from the top of the stack, or with @kbd{'} and a typed formula. In the last two cases, the formula may -be a nameless function like @samp{<#1+#2>} or @samp{}, or it -may include @kbd{$}, @kbd{$$}, etc.@: (where @kbd{$} will correspond to the -last argument of the created function), or otherwise you will be +be a nameless function like @samp{<#1+#2>} or @samp{}; or it +may include @kbd{$}, @kbd{$$}, etc., where @kbd{$} will correspond to the +last argument of the created function; or otherwise you will be prompted for an argument list. The number of vectors popped from the stack by @kbd{V M} depends on the number of arguments of the function.