]> git.eshelyaron.com Git - emacs.git/commitdiff
* intro.texi (A Sample Variable Description): The saga continues...
authorGlenn Morris <rgm@gnu.org>
Fri, 6 Jul 2012 07:48:10 +0000 (00:48 -0700)
committerGlenn Morris <rgm@gnu.org>
Fri, 6 Jul 2012 07:48:10 +0000 (00:48 -0700)
http://debbugs.gnu.org/11862#89

doc/lispref/intro.texi

index d4877b50b626035f1c21323d7389e1ba5ead344e..90970a1c6fa7483359b1d56e09647b081e5e82dc 100644 (file)
@@ -448,7 +448,7 @@ from @var{body}, which includes all remaining elements of the form.
 
   A @dfn{variable} is a name that can be @dfn{bound} (or @dfn{set}) to
 an object.  The object to which a variable is bound is called a
-@dfn{value}; we say also that variable @dfn{holds} that value.
+@dfn{value}; we say also that variable holds that value.
 Although nearly all variables can be set by the user, certain
 variables exist specifically so that users can change them; these are
 called @dfn{user options}.  Ordinary variables and user options are