]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 4466941b50093fa34dd59abd9381a6359c9f7d44..0fb57469f0fbcba67af6177c78d4103918b69102 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 0e8e0e5a8ebe1ba10449545b8cc36cb361358206..a86079b1df261c8ac5f668e706ef62fe86dd46e7 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