diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-01-05 14:29:37 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-01-05 14:29:37 +0000 |
commit | 176c9de4b4366110131c6d5fc1cc812d706c41fa (patch) | |
tree | 3a2402cad7383af69c1b6f80feca649a75ff4e15 /lispref/variables.texi | |
parent | c142ce81fc9f5cd852d843fd5cd994155c1051e8 (diff) | |
download | emacs-176c9de4b4366110131c6d5fc1cc812d706c41fa.tar.gz |
Remove obsolete @tindex commands.
Diffstat (limited to 'lispref/variables.texi')
-rw-r--r-- | lispref/variables.texi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lispref/variables.texi b/lispref/variables.texi index 7f3ce15f1b0..118bbc2b601 100644 --- a/lispref/variables.texi +++ b/lispref/variables.texi @@ -121,7 +121,6 @@ nil @equiv{} 'nil @end example @defvar keyword-symbols-constant-flag -@tindex keyword-symbols-constant-flag If this variable is @code{nil}, you are allowed to set and bind symbols whose names start with @samp{:} however you wish. This is to make it possible to run old Lisp programs which do that. |