]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove manual entry for string-to-int
authorUlrich Müller <ulm@gentoo.org>
Thu, 8 Aug 2024 05:47:50 +0000 (07:47 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 11 Aug 2024 07:29:55 +0000 (09:29 +0200)
* doc/lispref/strings.texi (String Conversion): Remove mention of
'string-to-int' which was dropped in Emacs 26.  (Bug#72520)

(cherry picked from commit d22e52375a6a87e654a7b3d80e27f30d229f0edf)

doc/lispref/strings.texi

index 5da9acd4eb57ab011eb9dfac6fb7a17ceb99241a..efab016436ebbad872c9a1f79806eecf7ae53eb2 100644 (file)
@@ -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,