diff options
| author | Eli Zaretskii | 2006-07-08 18:00:50 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-07-08 18:00:50 +0000 |
| commit | f04493d872837bc9bef0c6c2976df5b9eb200e41 (patch) | |
| tree | f739eea672f3f6cf95b5c9eb7463e5a1567f662d | |
| parent | 02dedf4bc49a19e5a6c4b78771912dd107dea54b (diff) | |
| download | emacs-f04493d872837bc9bef0c6c2976df5b9eb200e41.tar.gz emacs-f04493d872837bc9bef0c6c2976df5b9eb200e41.zip | |
(Constant Variables): Remove @tindex.
| -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 cd7c22b0bff..656224367ac 100644 --- a/lispref/variables.texi +++ b/lispref/variables.texi | |||
| @@ -126,7 +126,6 @@ nil @equiv{} 'nil | |||
| 126 | @end example | 126 | @end example |
| 127 | 127 | ||
| 128 | @defun keywordp object | 128 | @defun keywordp object |
| 129 | @tindex keywordp | ||
| 130 | function returns @code{t} if @var{object} is a symbol whose name | 129 | function returns @code{t} if @var{object} is a symbol whose name |
| 131 | starts with @samp{:}, interned in the standard obarray, and returns | 130 | starts with @samp{:}, interned in the standard obarray, and returns |
| 132 | @code{nil} otherwise. | 131 | @code{nil} otherwise. |