summaryrefslogtreecommitdiff
path: root/doc/lispref/intro.texi
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-07-06 00:48:10 -0700
committerGlenn Morris <rgm@gnu.org>2012-07-06 00:48:10 -0700
commit5acf95603cccae8c1b91860d741a24e7a1387ef3 (patch)
treea7cd8d542ba6d62a83a5aadcddbe3df35aed713c /doc/lispref/intro.texi
parent97671cbb3caffdd92f57db4413c15c05419181df (diff)
downloademacs-5acf95603cccae8c1b91860d741a24e7a1387ef3.tar.gz
* intro.texi (A Sample Variable Description): The saga continues...
http://debbugs.gnu.org/11862#89
Diffstat (limited to 'doc/lispref/intro.texi')
-rw-r--r--doc/lispref/intro.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/intro.texi b/doc/lispref/intro.texi
index d4877b50b62..90970a1c6fa 100644
--- a/doc/lispref/intro.texi
+++ b/doc/lispref/intro.texi
@@ -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