From: Eli Zaretskii Date: Mon, 8 Oct 2018 20:14:59 +0000 (+0300) Subject: ; * src/data.c (Fkeywordp): Remove inaccurate commentary. (Bug#32979) X-Git-Tag: emacs-26.1.90~100 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4cf1eb8062d258338ceb83d5c0703f4000cd8181;p=emacs.git ; * src/data.c (Fkeywordp): Remove inaccurate commentary. (Bug#32979) --- diff --git a/src/data.c b/src/data.c index 4569f002420..8d58cbd9410 100644 --- a/src/data.c +++ b/src/data.c @@ -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 `:'