aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-11-25 03:52:05 +0000
committerChong Yidong2008-11-25 03:52:05 +0000
commit8c641f06a85bd25e56124f05d535e1c37eec3ecd (patch)
tree2753f0aeadd8895fff6d0f7414ce391c1728de78
parentb0fbc5000c3f5d21fd898fd721f079638de3f22f (diff)
downloademacs-8c641f06a85bd25e56124f05d535e1c37eec3ecd.tar.gz
emacs-8c641f06a85bd25e56124f05d535e1c37eec3ecd.zip
(Predicates for Strings): Fix typo.
-rw-r--r--doc/lispref/strings.texi4
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
106This function returns @code{t} if @var{object} is a string or nil, 106This 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