From 8c6c57ea627f1d32ec1564fc86851974b19f1cb8 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 5 Jul 2012 21:54:35 -0400 Subject: [PATCH] * doc/lispref/intro.texi (A Sample Variable Description): Use @dfn more. --- doc/lispref/ChangeLog | 2 +- doc/lispref/intro.texi | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 4466941b50..0fb57469f0 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 0e8e0e5a8e..a86079b1df 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 -- 2.20.1