aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Belanger2005-01-09 15:56:21 +0000
committerJay Belanger2005-01-09 15:56:21 +0000
commitd7347600d1a88ed1fa453a95fc7da175c011930b (patch)
treecfa32f6cdd925db7c3935360edc43fc4efcefd2d
parent9ab8041d24fe2d1144ccbad3c1644b7f0e7b3576 (diff)
downloademacs-d7347600d1a88ed1fa453a95fc7da175c011930b.tar.gz
emacs-d7347600d1a88ed1fa453a95fc7da175c011930b.zip
(Basic Commands): Describe new behavior of calc-reset.
-rw-r--r--man/calc.texi15
1 files changed, 10 insertions, 5 deletions
diff --git a/man/calc.texi b/man/calc.texi
index 172fffa035a..84934dfedda 100644
--- a/man/calc.texi
+++ b/man/calc.texi
@@ -9981,11 +9981,16 @@ height of the Calc window.
9981@kindex M-# 0 9981@kindex M-# 0
9982@pindex calc-reset 9982@pindex calc-reset
9983The @kbd{M-# 0} command (@code{calc-reset}; that's @kbd{M-#} followed 9983The @kbd{M-# 0} command (@code{calc-reset}; that's @kbd{M-#} followed
9984by a zero) resets the Calculator to its default state. This clears 9984by a zero) resets the Calculator to its initial state. This clears
9985the stack, resets all the modes, clears the caches (@pxref{Caches}), 9985the stack, resets all the modes to their initial values (the values
9986and so on. (It does @emph{not} erase the values of any variables.) 9986that were saved with @kbd{m m} (@code{calc-save-modes})), clears the
9987With a numeric prefix argument, @kbd{M-# 0} preserves the contents 9987caches (@pxref{Caches}), and so on. (It does @emph{not} erase the
9988of the stack but resets everything else. 9988values of any variables.) With an argument of 0, Calc will be reset to
9989its default state; namely, the modes will be given their default values.
9990With a positive prefix argument, @kbd{M-# 0} preserves the contents of
9991the stack but resets everything else to its initial state; with a
9992negative prefix argument, @kbd{M-# 0} preserves the contents of the
9993stack but resets everything else to its default state.
9989 9994
9990@pindex calc-version 9995@pindex calc-version
9991The @kbd{M-x calc-version} command displays the current version number 9996The @kbd{M-x calc-version} command displays the current version number