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:
parent
3f1470d96f
commit
4cf1eb8062
@ -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 `:'
|
||||
|
Loading…
Reference in New Issue
Block a user