aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/strings.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lispref/strings.texi b/doc/lispref/strings.texi
index e68c666c310..7f1214cabb5 100644
--- a/doc/lispref/strings.texi
+++ b/doc/lispref/strings.texi
@@ -888,6 +888,7 @@ interpreted as a number, this function returns 0.
888(string-to-number "1e5") 888(string-to-number "1e5")
889 @result{} 100000.0 889 @result{} 100000.0
890@end example 890@end example
891@end defun
891 892
892@defun char-to-string character 893@defun char-to-string character
893@cindex character to string 894@cindex character to string