[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/man/calc.texi
From: |
Jay Belanger |
Subject: |
[Emacs-diffs] Changes to emacs/man/calc.texi |
Date: |
Sun, 09 Jan 2005 11:19:23 -0500 |
Index: emacs/man/calc.texi
diff -c emacs/man/calc.texi:1.40 emacs/man/calc.texi:1.41
*** emacs/man/calc.texi:1.40 Sat Jan 8 20:45:53 2005
--- emacs/man/calc.texi Sun Jan 9 15:56:21 2005
***************
*** 9981,9991 ****
@kindex M-# 0
@pindex calc-reset
The @kbd{M-# 0} command (@code{calc-reset}; that's @kbd{M-#} followed
! by a zero) resets the Calculator to its default state. This clears
! the stack, resets all the modes, clears the caches (@pxref{Caches}),
! and so on. (It does @emph{not} erase the values of any variables.)
! With a numeric prefix argument, @kbd{M-# 0} preserves the contents
! of the stack but resets everything else.
@pindex calc-version
The @kbd{M-x calc-version} command displays the current version number
--- 9981,9996 ----
@kindex M-# 0
@pindex calc-reset
The @kbd{M-# 0} command (@code{calc-reset}; that's @kbd{M-#} followed
! by a zero) resets the Calculator to its initial state. This clears
! the stack, resets all the modes to their initial values (the values
! that were saved with @kbd{m m} (@code{calc-save-modes})), clears the
! caches (@pxref{Caches}), and so on. (It does @emph{not} erase the
! values of any variables.) With an argument of 0, Calc will be reset to
! its default state; namely, the modes will be given their default values.
! With a positive prefix argument, @kbd{M-# 0} preserves the contents of
! the stack but resets everything else to its initial state; with a
! negative prefix argument, @kbd{M-# 0} preserves the contents of the
! stack but resets everything else to its default state.
@pindex calc-version
The @kbd{M-x calc-version} command displays the current version number
- [Emacs-diffs] Changes to emacs/man/calc.texi, Jay Belanger, 2005/01/02
- [Emacs-diffs] Changes to emacs/man/calc.texi, Jay Belanger, 2005/01/04
- [Emacs-diffs] Changes to emacs/man/calc.texi, Jay Belanger, 2005/01/04
- [Emacs-diffs] Changes to emacs/man/calc.texi, Jay Belanger, 2005/01/04
- [Emacs-diffs] Changes to emacs/man/calc.texi, Jay Belanger, 2005/01/05
- [Emacs-diffs] Changes to emacs/man/calc.texi, Jay Belanger, 2005/01/08
- [Emacs-diffs] Changes to emacs/man/calc.texi, Jay Belanger, 2005/01/08
- [Emacs-diffs] Changes to emacs/man/calc.texi,
Jay Belanger <=