]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/data.c (Fkeywordp): Remove inaccurate commentary. (Bug#32979)
authorEli Zaretskii <eliz@gnu.org>
Mon, 8 Oct 2018 20:14:59 +0000 (23:14 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 8 Oct 2018 20:14:59 +0000 (23:14 +0300)
src/data.c

index 4569f0024206767ad26f329c4251814df00fbb16..8d58cbd94103eb357bb391fb6616deeb7fdee288 100644 (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 `:'