]> git.eshelyaron.com Git - emacs.git/commitdiff
(apropos-macrop): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Wed, 27 Oct 2004 17:46:33 +0000 (17:46 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 27 Oct 2004 17:46:33 +0000 (17:46 +0000)
lisp/apropos.el

index e5904e73b717fe5eb4fc201fcdcf40743a91b12f..8bfaa3ad592ac5aa94589c5a3b2d47b24061471c 100644 (file)
@@ -875,7 +875,7 @@ If non-nil TEXT is a string that will be printed as a heading."
 
 
 (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)))