Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8c641f06
Commit
8c641f06
authored
Nov 25, 2008
by
Chong Yidong
Browse files
(Predicates for Strings): Fix typo.
parent
b0fbc500
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/lispref/strings.texi
doc/lispref/strings.texi
+2
-2
No files found.
doc/lispref/strings.texi
View file @
8c641f06
...
@@ -103,8 +103,8 @@ otherwise.
...
@@ -103,8 +103,8 @@ otherwise.
@end defun
@end defun
@defun string-or-null-p object
@defun string-or-null-p object
This function returns @code{t} if @var{object} is a string or
nil,
This function returns @code{t} if @var{object} is a string or
@code{nil} otherwise.
@code{nil},
@code{nil} otherwise.
@end defun
@end defun
@defun char-or-string-p object
@defun char-or-string-p object
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment