/[emacs]/emacs/lisp/apropos.el
ViewVC logotype

Diff of /emacs/lisp/apropos.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.87.2.3 by miles, Thu Apr 1 04:28:58 2004 UTC revision 1.87.2.4 by miles, Fri Oct 29 02:05:09 2004 UTC
# Line 875  If non-nil TEXT is a string that will be Line 875  If non-nil TEXT is a string that will be
875    
876    
877  (defun apropos-macrop (symbol)  (defun apropos-macrop (symbol)
878    "T if SYMBOL is a Lisp macro."    "Return t if SYMBOL is a Lisp macro."
879    (and (fboundp symbol)    (and (fboundp symbol)
880         (consp (setq symbol         (consp (setq symbol
881                      (symbol-function symbol)))                      (symbol-function symbol)))

Legend:
Removed from v.1.87.2.3  
changed lines
  Added in v.1.87.2.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26