changeset 62326:fd364cee20ef

(symbol-file): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sat, 14 May 2005 13:54:21 +0000
parents 13d3be64499c
children ab207501967c
files lisp/subr.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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))))