]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/misc/calc.texi (Summary): Avoid '@:' when usurped.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 9 Apr 2015 00:19:15 +0000 (17:19 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 9 Apr 2015 00:19:38 +0000 (17:19 -0700)
doc/misc/calc.texi

index 62a81b81ec750c17a94c50e7393b895e7b0f1258..78af706164f15e8d747cc302e98c8b8a450b4dde 100644 (file)
@@ -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{<x, y : x+y>}, 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{<x, y : x+y>}; 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.