From 666b8276b1ab7542c8f3a893bc06d984cb3a7d93 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 8 Apr 2015 17:19:15 -0700 Subject: [PATCH] * doc/misc/calc.texi (Summary): Avoid '@:' when usurped. --- doc/misc/calc.texi | 8 +++++--- 1 file 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. @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. -- 2.11.4.GIT