diff options
| author | Kenichi Handa | 2007-09-07 02:29:08 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2007-09-07 02:29:08 +0000 |
| commit | 8637f5ee59b46623a4fd0da74dfc98db1ae5960e (patch) | |
| tree | 17684d1c69f3946def7d92bcb25b4b17b96c9711 /src/data.c | |
| parent | db08e41d23e62a2eb44f044ae050a6967b2937db (diff) | |
| download | emacs-8637f5ee59b46623a4fd0da74dfc98db1ae5960e.tar.gz emacs-8637f5ee59b46623a4fd0da74dfc98db1ae5960e.zip | |
(Fchar_or_string_p): Fix docstring.
Diffstat (limited to 'src/data.c')
| -rw-r--r-- | src/data.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, | |||
| 435 | } | 435 | } |
| 436 | 436 | ||
| 437 | DEFUN ("char-or-string-p", Fchar_or_string_p, Schar_or_string_p, 1, 1, 0, | 437 | DEFUN ("char-or-string-p", Fchar_or_string_p, Schar_or_string_p, 1, 1, 0, |
| 438 | doc: /* Return t if OBJECT is a character (an integer) or a string. */) | 438 | doc: /* Return t if OBJECT is a character or a string. */) |
| 439 | (object) | 439 | (object) |
| 440 | register Lisp_Object object; | 440 | register Lisp_Object object; |
| 441 | { | 441 | { |