1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00

; * src/data.c (Fkeywordp): Remove inaccurate commentary. (Bug#32979)

This commit is contained in:
Eli Zaretskii 2018-10-08 23:14:59 +03:00
parent 3f1470d96f
commit 4cf1eb8062

View File

@ -344,8 +344,6 @@ DEFUN ("symbolp", Fsymbolp, Ssymbolp, 1, 1, 0,
return Qnil;
}
/* Define this in C to avoid unnecessarily consing up the symbol
name. */
DEFUN ("keywordp", Fkeywordp, Skeywordp, 1, 1, 0,
doc: /* Return t if OBJECT is a keyword.
This means that it is a symbol with a print name beginning with `:'