]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix doc in previous change.
authorRichard M. Stallman <rms@gnu.org>
Tue, 28 Dec 2004 05:10:37 +0000 (05:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 28 Dec 2004 05:10:37 +0000 (05:10 +0000)
lisp/subr.el

index 7cfc390d84a37d0981be79c7ccfe93a16cda7775..5e4e321d9097fcd617d7fbd6adff61fe8b8b685d 100644 (file)
@@ -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)