aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorPaul Eggert2015-04-08 17:19:15 -0700
committerPaul Eggert2015-04-08 17:19:38 -0700
commit666b8276b1ab7542c8f3a893bc06d984cb3a7d93 (patch)
treef7b2d2877534e1d66774c2f9a6e2d46fad4d6f30 /doc/misc
parent215e5bf0cf10b519838cc9d658caa35d5cbc4da6 (diff)
downloademacs-666b8276b1ab7542c8f3a893bc06d984cb3a7d93.tar.gz
emacs-666b8276b1ab7542c8f3a893bc06d984cb3a7d93.zip
* doc/misc/calc.texi (Summary): Avoid '@:' when usurped.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/calc.texi8
1 files changed, 5 insertions, 3 deletions
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.
36661 36661
36662@end format 36662@end format
36663 36663
36664@c Avoid '@:' from here on, as it now means \sumsep in tex mode.
36665
36664@noindent 36666@noindent
36665NOTES 36667NOTES
36666 36668
@@ -36799,9 +36801,9 @@ The @expr{op} prompt can be answered with the key sequence for the
36799desired function, or with @kbd{x} or @kbd{z} followed by a function name, 36801desired function, or with @kbd{x} or @kbd{z} followed by a function name,
36800or with @kbd{$} to take a formula from the top of the stack, or with 36802or with @kbd{$} to take a formula from the top of the stack, or with
36801@kbd{'} and a typed formula. In the last two cases, the formula may 36803@kbd{'} and a typed formula. In the last two cases, the formula may
36802be a nameless function like @samp{<#1+#2>} or @samp{<x, y : x+y>}, or it 36804be a nameless function like @samp{<#1+#2>} or @samp{<x, y : x+y>}; or it
36803may include @kbd{$}, @kbd{$$}, etc.@: (where @kbd{$} will correspond to the 36805may include @kbd{$}, @kbd{$$}, etc., where @kbd{$} will correspond to the
36804last argument of the created function), or otherwise you will be 36806last argument of the created function; or otherwise you will be
36805prompted for an argument list. The number of vectors popped from the 36807prompted for an argument list. The number of vectors popped from the
36806stack by @kbd{V M} depends on the number of arguments of the function. 36808stack by @kbd{V M} depends on the number of arguments of the function.
36807 36809