/[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.95.2.1 by handa, Fri Apr 16 12:49:47 2004 UTC revision 1.95.2.2 by miles, Thu Nov 4 08:55:36 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.95.2.1  
changed lines
  Added in v.1.95.2.2

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