changeset 59161:0d5e992b6c18

Fix doc in previous change.
author Richard M. Stallman <rms@gnu.org>
date Tue, 28 Dec 2004 05:10:37 +0000
parents e370302ad42a
children ced0821d5f7c
files lisp/subr.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)