1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(idlwave-one-key-select): Fix typo in docstring.

This commit is contained in:
Juanma Barranquero 2007-06-07 12:41:27 +00:00
parent f89df812d3
commit d9271f4169
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-06-07 Juanma Barranquero <lekktu@gmail.com>
* progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
* mail/rmailsum.el (rmail-summary-save-buffer): New command.

View File

@ -7095,7 +7095,7 @@ sort the list before displaying"
"Make the user select an element from the alist in the variable SYM.
The keys of the alist are expected to be strings. The function returns the
car of the selected association.
To do this, PROMPT is displayed and and the user must hit a letter key to
To do this, PROMPT is displayed and the user must hit a letter key to
select an entry. If the user does not reply within DELAY seconds, a help
window with the options is displayed automatically.
The key which is associated with each option is generated automatically.