Mercurial > emacs
changeset 62591:3b0d4409ce3f
(Storing variables): Mention that only most variables are void to
begin with.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Sat, 21 May 2005 16:03:42 +0000 |
parents | d69749807420 |
children | 39d3af6c4675 |
files | man/calc.texi |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/man/calc.texi Sat May 21 15:28:57 2005 +0000 +++ b/man/calc.texi Sat May 21 16:03:42 2005 +0000 @@ -28292,9 +28292,9 @@ @pindex calc-unstore @cindex Void variables @cindex Un-storing variables -Until you store something in them, variables are ``void,'' that is, they -contain no value at all. If they appear in an algebraic formula they -will be left alone even if you press @kbd{=} (@code{calc-evaluate}). +Until you store something in them, most variables are ``void,'' that is, +they contain no value at all. If they appear in an algebraic formula +they will be left alone even if you press @kbd{=} (@code{calc-evaluate}). The @kbd{s u} (@code{calc-unstore}) command returns a variable to the void state.