# HG changeset patch # User Richard M. Stallman # Date 1104210637 0 # Node ID 0d5e992b6c18c1f6a7cf2d541ec6e778a979b4d0 # Parent e370302ad42a3d02ac0c84a9382240037c3bec75 Fix doc in previous change. diff -r e370302ad42a -r 0d5e992b6c18 lisp/subr.el --- a/lisp/subr.el Tue Dec 28 03:10:51 2004 +0000 +++ b/lisp/subr.el Tue Dec 28 05:10:37 2004 +0000 @@ -1022,7 +1022,7 @@ 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)