all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Ikumi Keita <ikumi@ikumi.que.jp>
Cc: 56856-done@debbugs.gnu.org
Subject: bug#56856: 28.1; inconsistent error message
Date: Sun, 31 Jul 2022 18:05:55 +0300	[thread overview]
Message-ID: <83edy1490s.fsf@gnu.org> (raw)
In-Reply-To: <84964.1659277174@localhost> (message from Ikumi Keita on Sun, 31 Jul 2022 23:19:34 +0900)

> From: Ikumi Keita <ikumi@ikumi.que.jp>
> Date: Sun, 31 Jul 2022 23:19:34 +0900
> 
> Here is a quote from info node `(elisp) Variables with Restricted
> Values':
> ----------------------------------------------------------------------
>      (setq undo-limit 1000.0)
>      error→ Wrong type argument: integerp, 1000.0
> ----------------------------------------------------------------------
> However `(setq undo-limit 1000.0)' actually results in
>     wrong-type-argument numberp 1000.0
> , not "integerp" error.
> 
> I think that it should be "integerp", as described in elisp reference.

Thanks, fixed for Emacs 28.2.





      reply	other threads:[~2022-07-31 15:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-31 14:19 bug#56856: 28.1; inconsistent error message Ikumi Keita
2022-07-31 15:05 ` Eli Zaretskii [this message]

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=83edy1490s.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=56856-done@debbugs.gnu.org \
    --cc=ikumi@ikumi.que.jp \
    /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.