Mercurial > emacs
diff lisp/subr.el @ 62326:fd364cee20ef
(symbol-file): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 14 May 2005 13:54:21 +0000 |
parents | e208ebaf0e17 |
children | 4560134d21fa |
line wrap: on
line diff
--- a/lisp/subr.el Sat May 14 13:18:57 2005 +0000 +++ b/lisp/subr.el Sat May 14 13:54:21 2005 +0000 @@ -983,7 +983,8 @@ 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." +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))))