From: Richard M. Stallman Date: Wed, 27 Oct 2004 17:46:33 +0000 (+0000) Subject: (apropos-macrop): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~4354 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b965722b347d5c2c545e06704b415975c3a679b7;p=emacs.git (apropos-macrop): Doc fix. --- diff --git a/lisp/apropos.el b/lisp/apropos.el index e5904e73b71..8bfaa3ad592 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el @@ -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)))