diff options
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/calc.texi | 2 |
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. | |||
| 33164 | For example, @samp{(calc-eval "vx5\rVR+" 'macro)} pushes the | 33164 | For example, @samp{(calc-eval "vx5\rVR+" 'macro)} pushes the |
| 33165 | vector @samp{[1,2,3,4,5]} on the stack and then replaces it | 33165 | vector @samp{[1,2,3,4,5]} on the stack and then replaces it |
| 33166 | with the sum of those numbers. Note that @samp{\r} is the Lisp | 33166 | with the sum of those numbers. Note that @samp{\r} is the Lisp |
| 33167 | notation for the carriage-return, @key{RET}, character. | 33167 | notation for the carriage return, @key{RET}, character. |
| 33168 | 33168 | ||
| 33169 | If your keyboard macro wishes to pop the stack, @samp{\C-d} is | 33169 | If your keyboard macro wishes to pop the stack, @samp{\C-d} is |
| 33170 | safer than @samp{\177} (the @key{DEL} character) because some | 33170 | safer than @samp{\177} (the @key{DEL} character) because some |