]> git.eshelyaron.com Git - emacs.git/commitdiff
(Storing variables): Mention that only most variables are void to
authorJay Belanger <jay.p.belanger@gmail.com>
Sat, 21 May 2005 16:03:42 +0000 (16:03 +0000)
committerJay Belanger <jay.p.belanger@gmail.com>
Sat, 21 May 2005 16:03:42 +0000 (16:03 +0000)
begin with.

man/calc.texi

index 5d0af765f151980d7a97c98d1d744b03b989bee2..ea53250bbf8c2958d7f9994b6ab14fc3cfb81b1b 100644 (file)
@@ -28292,9 +28292,9 @@ pushes the old value of @samp{a} on the stack and stores @samp{a = 6}.
 @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.