aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorMichael Albinus2018-03-15 10:56:08 +0100
committerMichael Albinus2018-03-15 10:56:08 +0100
commit2b8507fbdce8228ccdbcbc31fe545a50330ddd51 (patch)
tree5cbbd0a4da7e8b48727a4eecfe015db28525fbf7 /doc/misc
parent2616cd94f13edaf6db9ef600d9a79fa1be4807c5 (diff)
downloademacs-2b8507fbdce8228ccdbcbc31fe545a50330ddd51.tar.gz
emacs-2b8507fbdce8228ccdbcbc31fe545a50330ddd51.zip
Replace "carriage-return" by "carriage return" in manuals
* doc/emacs/msdos.texi: * doc/emacs/mule.texi: * doc/emacs/screen.texi: * doc/lispref/nonascii.texi: * doc/misc/calc.texi: Replace "carriage-return" by "carriage return". Suggested by Richard Stallman <rms@gnu.org> in emacs-manual-bugs@gnu.org.
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