Index: emacs/lisp/subr.el
diff -c emacs/lisp/subr.el:1.447 emacs/lisp/subr.el:1.448
*** emacs/lisp/subr.el:1.447    Mon May  2 02:20:28 2005
--- emacs/lisp/subr.el  Sat May 14 13:54:21 2005
***************
*** 983,989 ****
  
  If TYPE is nil, then any kind of definition is acceptable.
  If TYPE is `defun' or `defvar', that specifies function
! definition only or variable definition only."
    (if (and (or (null type) (eq type 'defun))
           (symbolp symbol) (fboundp symbol)
           (eq 'autoload (car-safe (symbol-function symbol))))
--- 983,990 ----
  
  If TYPE is nil, then any kind of definition is acceptable.
  If TYPE is `defun' or `defvar', that specifies function
! definition only or variable definition only.
! `defface' specifies a face definition only."
    (if (and (or (null type) (eq type 'defun))
           (symbolp symbol) (fboundp symbol)
           (eq 'autoload (car-safe (symbol-function symbol))))


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to