emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r108890: * doc/lispref/intro.texi (A


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108890: * doc/lispref/intro.texi (A Sample Variable Description): Use @dfn more.
Date: Thu, 05 Jul 2012 21:54:35 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108890
author: Richard Stallman <address@hidden>
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2012-07-05 21:54:35 -0400
message:
  * doc/lispref/intro.texi (A Sample Variable Description): Use @dfn more.
modified:
  doc/lispref/ChangeLog
  doc/lispref/intro.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2012-07-06 01:48:45 +0000
+++ b/doc/lispref/ChangeLog     2012-07-06 01:54:35 +0000
@@ -1,7 +1,7 @@
 2012-07-06  Richard Stallman  <address@hidden>
 
        * 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  <address@hidden>
 

=== modified file 'doc/lispref/intro.texi'
--- a/doc/lispref/intro.texi    2012-07-06 01:47:46 +0000
+++ b/doc/lispref/intro.texi    2012-07-06 01:54:35 +0000
@@ -446,9 +446,9 @@
 @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
address@hidden  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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]