Mercurial > emacs
changeset 91019:57f4ffc03d13
(Fchar_or_string_p): Fix docstring.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 07 Sep 2007 02:29:08 +0000 |
parents | 4dfd0563b711 |
children | faf8aab4bdda |
files | src/data.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/data.c Fri Sep 07 02:14:55 2007 +0000 +++ b/src/data.c Fri Sep 07 02:29:08 2007 +0000 @@ -435,7 +435,7 @@ } 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; {