From f4170ea1f003d1638ba81d35d8771a85bd2054f1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 28 Dec 2004 05:10:37 +0000 Subject: [PATCH] Fix doc in previous change. --- lisp/subr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5