aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/calc.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi
index be78a53ed66..0c8c2db4932 100644
--- a/doc/misc/calc.texi
+++ b/doc/misc/calc.texi
@@ -33164,7 +33164,7 @@ This switches into the Calc buffer for the duration of the macro.
33164For example, @samp{(calc-eval "vx5\rVR+" 'macro)} pushes the 33164For example, @samp{(calc-eval "vx5\rVR+" 'macro)} pushes the
33165vector @samp{[1,2,3,4,5]} on the stack and then replaces it 33165vector @samp{[1,2,3,4,5]} on the stack and then replaces it
33166with the sum of those numbers. Note that @samp{\r} is the Lisp 33166with the sum of those numbers. Note that @samp{\r} is the Lisp
33167notation for the carriage-return, @key{RET}, character. 33167notation for the carriage return, @key{RET}, character.
33168 33168
33169If your keyboard macro wishes to pop the stack, @samp{\C-d} is 33169If your keyboard macro wishes to pop the stack, @samp{\C-d} is
33170safer than @samp{\177} (the @key{DEL} character) because some 33170safer than @samp{\177} (the @key{DEL} character) because some