From 4cf1eb8062d258338ceb83d5c0703f4000cd8181 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 8 Oct 2018 23:14:59 +0300 Subject: [PATCH] ; * src/data.c (Fkeywordp): Remove inaccurate commentary. (Bug#32979) --- src/data.c | 2 -- 1 file changed, 2 deletions(-) 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 `:' -- 2.39.5