diff options
| author | Chong Yidong | 2008-11-25 03:52:05 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-11-25 03:52:05 +0000 |
| commit | 8c641f06a85bd25e56124f05d535e1c37eec3ecd (patch) | |
| tree | 2753f0aeadd8895fff6d0f7414ce391c1728de78 | |
| parent | b0fbc5000c3f5d21fd898fd721f079638de3f22f (diff) | |
| download | emacs-8c641f06a85bd25e56124f05d535e1c37eec3ecd.tar.gz emacs-8c641f06a85bd25e56124f05d535e1c37eec3ecd.zip | |
(Predicates for Strings): Fix typo.
| -rw-r--r-- | doc/lispref/strings.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/strings.texi b/doc/lispref/strings.texi index 1b57e665388..c9bf9e860b6 100644 --- a/doc/lispref/strings.texi +++ b/doc/lispref/strings.texi | |||
| @@ -103,8 +103,8 @@ otherwise. | |||
| 103 | @end defun | 103 | @end defun |
| 104 | 104 | ||
| 105 | @defun string-or-null-p object | 105 | @defun string-or-null-p object |
| 106 | This function returns @code{t} if @var{object} is a string or nil, | 106 | This function returns @code{t} if @var{object} is a string or |
| 107 | @code{nil} otherwise. | 107 | @code{nil}, @code{nil} otherwise. |
| 108 | @end defun | 108 | @end defun |
| 109 | 109 | ||
| 110 | @defun char-or-string-p object | 110 | @defun char-or-string-p object |