From: Richard M. Stallman Date: Fri, 6 Jul 2012 01:54:35 +0000 (-0400) Subject: * doc/lispref/intro.texi (A Sample Variable Description): Use @dfn more. X-Git-Tag: emacs-24.2.90~1199^2~197 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8c6c57ea627f1d32ec1564fc86851974b19f1cb8;p=emacs.git * doc/lispref/intro.texi (A Sample Variable Description): Use @dfn more. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 4466941b500..0fb57469f0f 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,7 +1,7 @@ 2012-07-06 Richard Stallman * 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 diff --git a/doc/lispref/intro.texi b/doc/lispref/intro.texi index 0e8e0e5a8eb..a86079b1df2 100644 --- a/doc/lispref/intro.texi +++ b/doc/lispref/intro.texi @@ -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