[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-30 d22e52375a6: Remove manual entry for string-to-int
From: |
Ulrich Müller |
Subject: |
emacs-30 d22e52375a6: Remove manual entry for string-to-int |
Date: |
Thu, 8 Aug 2024 02:45:56 -0400 (EDT) |
branch: emacs-30
commit d22e52375a6a87e654a7b3d80e27f30d229f0edf
Author: Ulrich Müller <ulm@gentoo.org>
Commit: Ulrich Müller <ulm@gentoo.org>
Remove manual entry for string-to-int
* doc/lispref/strings.texi (String Conversion): Remove mention of
'string-to-int' which was dropped in Emacs 26. (Bug#72520)
---
doc/lispref/strings.texi | 4 ----
1 file changed, 4 deletions(-)
diff --git a/doc/lispref/strings.texi b/doc/lispref/strings.texi
index 09ab93ded27..e68c666c310 100644
--- a/doc/lispref/strings.texi
+++ b/doc/lispref/strings.texi
@@ -889,10 +889,6 @@ interpreted as a number, this function returns 0.
@result{} 100000.0
@end example
-@findex string-to-int
-@code{string-to-int} is an obsolete alias for this function.
-@end defun
-
@defun char-to-string character
@cindex character to string
This function returns a new string containing one character,
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- emacs-30 d22e52375a6: Remove manual entry for string-to-int,
Ulrich Müller <=