diff options
| author | Eli Zaretskii <eliz@gnu.org> | 2024-08-08 11:41:52 +0300 |
|---|---|---|
| committer | Eli Zaretskii <eliz@gnu.org> | 2024-08-08 11:41:52 +0300 |
| commit | a577eccdbbcf52ebb2096083cee80846d7ac832d (patch) | |
| tree | 667d73e8ef8c180ba8e54794a91c5e463f3c4aa4 | |
| parent | d22e52375a6a87e654a7b3d80e27f30d229f0edf (diff) | |
; * doc/lispref/strings.texi (String Conversion): Fix last change.
| -rw-r--r-- | doc/lispref/strings.texi | 1 |
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. (string-to-number "1e5") @result{} 100000.0 @end example +@end defun @defun char-to-string character @cindex character to string |
