GNU bug report logs -
#76797
29.1; read-string docstring doesn't mention return value
Previous Next
Reported by: Howard Melman <hmelman <at> gmail.com>
Date: Fri, 7 Mar 2025 02:39:02 UTC
Severity: normal
Found in version 29.1
Fixed in version 30.2
Done: Stefan Kangas <stefankangas <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
The docstring for read-string in emacs 29.1 doesn't mention
its return value (though the 4th arg describes what it
returns if the user enters the empty string).
I agree it's kind of obvious that it returns the read string
but not seeing it explicitly made me scan for something I
might have been missing.
I suggest the first line instead of:
Read a string from the minibuffer, prompting with string PROMPT.
be:
Return a string read from the minibuffer, prompting with string PROMPT.
or if 71 characters is too long, one of:
Return a string read from the minibuffer, prompting with PROMPT.
Return a string read from the minibuffer, using PROMPT string.
Return a string read from the minibuffer, using string PROMPT.
Or just mention the return value in the one of the other lines.
--
Howard
This bug report was last modified 72 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.