aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/variables.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2007-04-07 01:46:25 +0000
committerRichard M. Stallman <[email protected]>2007-04-07 01:46:25 +0000
commit0fb7e7f267deea863662901441f17a2ff33c0829 (patch)
treea32f638f08f4b673529a851e381ca29673c157f1 /lispref/variables.texi
parentc368b256590d0dbe4122a97d197f00ecdeee7091 (diff)
Improve index entries. Remove redundant one.
Diffstat (limited to 'lispref/variables.texi')
-rw-r--r--lispref/variables.texi9
1 files changed, 5 insertions, 4 deletions
diff --git a/lispref/variables.texi b/lispref/variables.texi
index 33c9f1db14..9d9dc8260b 100644
--- a/lispref/variables.texi
+++ b/lispref/variables.texi
@@ -102,9 +102,10 @@ x
@section Variables that Never Change
@kindex setting-constant
@cindex keyword symbol
+@cindex variable with constant value
@cindex constant variables
-@cindex symbols that evaluate to themselves
-@cindex symbols with constant values
+@cindex symbol that evaluates to itself
+@cindex 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 @@ use short names like @code{x}.
@node Buffer-Local Variables
@section Buffer-Local Variables
-@cindex variables, buffer-local
+@cindex variable, buffer-local
@cindex buffer-local variables
Global and local variable bindings are found in most programming
@@ -1721,7 +1722,7 @@ This function returns non-@code{nil} if it is safe to give @var{sym}
the value @var{val}, based on the above criteria.
@end defun
-@cindex risky local variable
+@c @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},