diff options
author | Richard M. Stallman <rms@gnu.org> | 2000-02-22 19:48:55 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2000-02-22 19:48:55 +0000 |
commit | 69b05ea4825294fc8c94890238aefbdec9be0c89 (patch) | |
tree | b6b2d275bc7b13c4e8ca45ce093032a9bf7ead20 | |
parent | 14cc00adb2531396212a43a5fa4cea35366ae033 (diff) | |
download | emacs-69b05ea4825294fc8c94890238aefbdec9be0c89.tar.gz emacs-69b05ea4825294fc8c94890238aefbdec9be0c89.tar.bz2 emacs-69b05ea4825294fc8c94890238aefbdec9be0c89.zip |
*** empty log message ***
-rw-r--r-- | lispref/variables.texi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lispref/variables.texi b/lispref/variables.texi index c7a067ca739..222206561ee 100644 --- a/lispref/variables.texi +++ b/lispref/variables.texi @@ -122,12 +122,6 @@ nil @equiv{} 'nil @end group @end example -@defvar 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. -@end defvar - @defun keywordp object @tindex keywordp function returns @code{t} if @var{object} is a symbol whose name |