emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/variables.texi,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lispref/variables.texi,v
Date: Sat, 31 Mar 2007 17:27:39 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    07/03/31 17:27:34

Index: variables.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/variables.texi,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -b -r1.92 -r1.93
--- variables.texi      31 Mar 2007 14:37:05 -0000      1.92
+++ variables.texi      31 Mar 2007 17:27:34 -0000      1.93
@@ -100,10 +100,11 @@
 
 @node Constant Variables
 @section Variables that Never Change
address@hidden nil
address@hidden t
 @kindex setting-constant
 @cindex keyword symbol
address@hidden constant variables
address@hidden symbols that evaluate to themselves
address@hidden symbols with constant values
 
   In Emacs Lisp, certain symbols normally evaluate to themselves.  These
 include @code{nil} and @code{t}, as well as any symbol whose name starts
@@ -1779,6 +1780,7 @@
 
 @node Variable Aliases
 @section Variable Aliases
address@hidden variable aliases
 
   It is sometimes useful to make two variables synonyms, so that both
 variables always have the same value, and changing either one also




reply via email to

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