GNU bug report logs -
#72520
29.4; Lispref manual still mentions string-to-int
Previous Next
Reported by: Ulrich Mueller <ulm <at> gentoo.org>
Date: Thu, 8 Aug 2024 06:01:01 UTC
Severity: normal
Found in version 29.4
Fixed in version 30.1
Done: Ulrich Mueller <ulm <at> gentoo.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
The subject says it all. string-to-int was marked obsolete in Emacs 22.1
and finally dropped in Emacs 26.1.
Patch for emacs-30 branch attached.
[0001-Remove-manual-entry-for-string-to-int.patch (text/plain, inline)]
From d12a5a6cb6ab6e74635dfb40d5bc5f24771ed4e9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ulrich=20M=C3=BCller?= <ulm <at> gentoo.org>
Date: Thu, 8 Aug 2024 07:47:50 +0200
Subject: [PATCH] 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.
---
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 @@ String Conversion
@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,
--
2.45.2
This bug report was last modified 286 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.