diff options
| author | Jay Belanger | 2005-01-09 15:56:21 +0000 |
|---|---|---|
| committer | Jay Belanger | 2005-01-09 15:56:21 +0000 |
| commit | d7347600d1a88ed1fa453a95fc7da175c011930b (patch) | |
| tree | cfa32f6cdd925db7c3935360edc43fc4efcefd2d | |
| parent | 9ab8041d24fe2d1144ccbad3c1644b7f0e7b3576 (diff) | |
| download | emacs-d7347600d1a88ed1fa453a95fc7da175c011930b.tar.gz emacs-d7347600d1a88ed1fa453a95fc7da175c011930b.zip | |
(Basic Commands): Describe new behavior of calc-reset.
| -rw-r--r-- | man/calc.texi | 15 |
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 |
| 9983 | The @kbd{M-# 0} command (@code{calc-reset}; that's @kbd{M-#} followed | 9983 | The @kbd{M-# 0} command (@code{calc-reset}; that's @kbd{M-#} followed |
| 9984 | by a zero) resets the Calculator to its default state. This clears | 9984 | by a zero) resets the Calculator to its initial state. This clears |
| 9985 | the stack, resets all the modes, clears the caches (@pxref{Caches}), | 9985 | the stack, resets all the modes to their initial values (the values |
| 9986 | and so on. (It does @emph{not} erase the values of any variables.) | 9986 | that were saved with @kbd{m m} (@code{calc-save-modes})), clears the |
| 9987 | With a numeric prefix argument, @kbd{M-# 0} preserves the contents | 9987 | caches (@pxref{Caches}), and so on. (It does @emph{not} erase the |
| 9988 | of the stack but resets everything else. | 9988 | values of any variables.) With an argument of 0, Calc will be reset to |
| 9989 | its default state; namely, the modes will be given their default values. | ||
| 9990 | With a positive prefix argument, @kbd{M-# 0} preserves the contents of | ||
| 9991 | the stack but resets everything else to its initial state; with a | ||
| 9992 | negative prefix argument, @kbd{M-# 0} preserves the contents of the | ||
| 9993 | stack but resets everything else to its default state. | ||
| 9989 | 9994 | ||
| 9990 | @pindex calc-version | 9995 | @pindex calc-version |
| 9991 | The @kbd{M-x calc-version} command displays the current version number | 9996 | The @kbd{M-x calc-version} command displays the current version number |