diff options
author | Dave Love <fx@gnu.org> | 2000-01-31 12:48:43 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-01-31 12:48:43 +0000 |
commit | e88399c85cff2879010d57fd064b2781b572f2d2 (patch) | |
tree | 07133ffcd67598fdc14adccd749a2c2e0a76df8b /lispref/objects.texi | |
parent | 994c5afe744c6c1a79c62997d3a6f459c0a934dc (diff) | |
download | emacs-e88399c85cff2879010d57fd064b2781b572f2d2.tar.gz |
keywordp, user-variable-p change.
Diffstat (limited to 'lispref/objects.texi')
-rw-r--r-- | lispref/objects.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lispref/objects.texi b/lispref/objects.texi index 6d252685f42..8904bfba483 100644 --- a/lispref/objects.texi +++ b/lispref/objects.texi @@ -1637,6 +1637,9 @@ with references to further information. @item keymapp @xref{Creating Keymaps, keymapp}. +@item keywordp +@xref{Constant Variables}. + @item listp @xref{List-related Predicates, listp}. |