From: Kenichi Handa Date: Fri, 7 Sep 2007 02:29:08 +0000 (+0000) Subject: (Fchar_or_string_p): Fix docstring. X-Git-Tag: emacs-pretest-23.0.90~8295^2~340 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8637f5ee59b46623a4fd0da74dfc98db1ae5960e;p=emacs.git (Fchar_or_string_p): Fix docstring. --- diff --git a/src/data.c b/src/data.c index e3d6a64edf3..b262f6e2b92 100644 --- a/src/data.c +++ b/src/data.c @@ -435,7 +435,7 @@ DEFUN ("byte-code-function-p", Fbyte_code_function_p, Sbyte_code_function_p, } DEFUN ("char-or-string-p", Fchar_or_string_p, Schar_or_string_p, 1, 1, 0, - doc: /* Return t if OBJECT is a character (an integer) or a string. */) + doc: /* Return t if OBJECT is a character or a string. */) (object) register Lisp_Object object; {