# HG changeset patch # User Richard M. Stallman # Date 1116078861 0 # Node ID fd364cee20ef7b00433f91468db0c85ac16f4ef5 # Parent 13d3be64499ce832f30eee6b329c0d61e843b29f (symbol-file): Doc fix. diff -r 13d3be64499c -r fd364cee20ef lisp/subr.el --- 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))))