changeset 57750:5d7aec33a1ba

(apropos-macrop): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Wed, 27 Oct 2004 17:46:33 +0000
parents 08eb19d9ee4b
children d2b6a6d18cc9
files lisp/apropos.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/apropos.el	Wed Oct 27 17:44:59 2004 +0000
+++ b/lisp/apropos.el	Wed Oct 27 17:46:33 2004 +0000
@@ -875,7 +875,7 @@
 
 
 (defun apropos-macrop (symbol)
-  "T if SYMBOL is a Lisp macro."
+  "Return t if SYMBOL is a Lisp macro."
   (and (fboundp symbol)
        (consp (setq symbol
 		    (symbol-function symbol)))