all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ulrich Mueller <ulm@gentoo.org>
To: 72520@debbugs.gnu.org
Subject: bug#72520: 29.4; Lispref manual still mentions string-to-int
Date: Thu, 08 Aug 2024 07:59:37 +0200	[thread overview]
Message-ID: <uttfva71y@gentoo.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 146 bytes --]

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.


[-- Attachment #2: 0001-Remove-manual-entry-for-string-to-int.patch --]
[-- Type: text/plain, Size: 885 bytes --]

From d12a5a6cb6ab6e74635dfb40d5bc5f24771ed4e9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ulrich=20M=C3=BCller?= <ulm@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


             reply	other threads:[~2024-08-08  5:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-08  5:59 Ulrich Mueller [this message]
2024-08-08  6:15 ` bug#72520: 29.4; Lispref manual still mentions string-to-int Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=uttfva71y@gentoo.org \
    --to=ulm@gentoo.org \
    --cc=72520@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.