From: Richard M. Stallman Date: Tue, 28 Dec 2004 05:10:37 +0000 (+0000) Subject: Fix doc in previous change. X-Git-Tag: ttn-vms-21-2-B4~3092 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f4170ea1f003d1638ba81d35d8771a85bd2054f1;p=emacs.git Fix doc in previous change. --- diff --git a/lisp/subr.el b/lisp/subr.el index 7cfc390d84a..5e4e321d909 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -1022,7 +1022,7 @@ either an absolute file name, or a library name It can also be nil, if the definition is not associated with any file. If TYPE is nil, then any kind of definition is acceptable. -If type is `defun' or `defvar', that specifies function +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)