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:
parent
f89df812d3
commit
d9271f4169
@ -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)
|
2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
|
||||||
|
|
||||||
* mail/rmailsum.el (rmail-summary-save-buffer): New command.
|
* mail/rmailsum.el (rmail-summary-save-buffer): New command.
|
||||||
|
@ -7095,7 +7095,7 @@ sort the list before displaying"
|
|||||||
"Make the user select an element from the alist in the variable SYM.
|
"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
|
The keys of the alist are expected to be strings. The function returns the
|
||||||
car of the selected association.
|
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
|
select an entry. If the user does not reply within DELAY seconds, a help
|
||||||
window with the options is displayed automatically.
|
window with the options is displayed automatically.
|
||||||
The key which is associated with each option is generated automatically.
|
The key which is associated with each option is generated automatically.
|
||||||
|
Loading…
Reference in New Issue
Block a user