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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/variables.texi,v
Date: Sat, 07 Apr 2007 01:46:25 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/04/07 01:46:25

Index: variables.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/variables.texi,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -b -r1.93 -r1.94
--- variables.texi      31 Mar 2007 17:27:34 -0000      1.93
+++ variables.texi      7 Apr 2007 01:46:25 -0000       1.94
@@ -102,9 +102,10 @@
 @section Variables that Never Change
 @kindex setting-constant
 @cindex keyword symbol
address@hidden variable with constant value
 @cindex constant variables
address@hidden symbols that evaluate to themselves
address@hidden symbols with constant values
address@hidden symbol that evaluates to itself
address@hidden symbol with constant value
 
   In Emacs Lisp, certain symbols normally evaluate to themselves.  These
 include @code{nil} and @code{t}, as well as any symbol whose name starts
@@ -1080,7 +1081,7 @@
 
 @node Buffer-Local Variables
 @section Buffer-Local Variables
address@hidden variables, buffer-local
address@hidden variable, buffer-local
 @cindex buffer-local variables
 
   Global and local variable bindings are found in most programming
@@ -1721,7 +1722,7 @@
 the value @var{val}, based on the above criteria.
 @end defun
 
address@hidden risky local variable
address@hidden @cindex risky local variable   Duplicates risky-local-variable
   Some variables are considered @dfn{risky}.  A variable whose name
 ends in any of @samp{-command}, @samp{-frame-alist}, @samp{-function},
 @samp{-functions}, @samp{-hook}, @samp{-hooks}, @samp{-form},




reply via email to

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