diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-12-28 05:10:37 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-12-28 05:10:37 +0000 |
commit | f4170ea1f003d1638ba81d35d8771a85bd2054f1 (patch) | |
tree | 656e3baae52dd3b69917a0497e08696a3c6f6f71 /lisp/subr.el | |
parent | 62490a3ad346a2761f742a0bce15e8dd2c337c7f (diff) | |
download | emacs-f4170ea1f003d1638ba81d35d8771a85bd2054f1.tar.gz |
Fix doc in previous change.
Diffstat (limited to 'lisp/subr.el')
-rw-r--r-- | lisp/subr.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |