* doc/lispref/intro.texi (A Sample Variable Description): Use @dfn more.
authorRichard M. Stallman <rms@gnu.org>
Fri, 6 Jul 2012 01:54:35 +0000 (21:54 -0400)
committerGlenn Morris <rgm@gnu.org>
Fri, 6 Jul 2012 01:54:35 +0000 (21:54 -0400)
doc/lispref/ChangeLog
doc/lispref/intro.texi

index 4466941..0fb5746 100644 (file)
@@ -1,7 +1,7 @@
 2012-07-06  Richard Stallman  <rms@gnu.org>
 
        * intro.texi (Evaluation Notation, A Sample Function Description):
-       Improve/undo previous changes.
+       (A Sample Variable Description): Improve/undo previous changes.
 
 2012-07-05  Glenn Morris  <rgm@gnu.org>
 
index 0e8e0e5..a86079b 100644 (file)
@@ -446,9 +446,9 @@ from @var{body}, which includes all remaining elements of the form.
 @cindex option descriptions
 
   A @dfn{variable} is a name that can be bound to an object; binding
-is frequently referred to as `setting', and the object to which
-a variable is `set' is often called a `value' that the variable
-`holds'.  Although nearly all variables can be set by the user,
+is frequently referred to as @dfn{setting}, and the object to which
+a variable is set is often called a @dfn{value} that the variable
+@dfn{holds}.  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 described using a format like that for functions, except