diff options
| author | Eli Zaretskii | 2024-08-08 11:41:52 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2024-08-08 11:41:52 +0300 |
| commit | a577eccdbbcf52ebb2096083cee80846d7ac832d (patch) | |
| tree | 667d73e8ef8c180ba8e54794a91c5e463f3c4aa4 | |
| parent | d22e52375a6a87e654a7b3d80e27f30d229f0edf (diff) | |
| download | emacs-a577eccdbbcf52ebb2096083cee80846d7ac832d.tar.gz emacs-a577eccdbbcf52ebb2096083cee80846d7ac832d.zip | |
; * 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. | |||
| 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 |