aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-06-07 12:41:27 +0000
committerJuanma Barranquero2007-06-07 12:41:27 +0000
commitd9271f41695f4cab816a4f5d131e42f4e9cfe1ef (patch)
tree4b2f690ff02a62ddf0550216cc873b7602883658
parentf89df812d3fbe6df740813efcd9061994d2541b8 (diff)
downloademacs-d9271f41695f4cab816a4f5d131e42f4e9cfe1ef.tar.gz
emacs-d9271f41695f4cab816a4f5d131e42f4e9cfe1ef.zip
(idlwave-one-key-select): Fix typo in docstring.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/progmodes/idlwave.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 26974c65c38..761efde75d4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12007-06-07 Juanma Barranquero <lekktu@gmail.com>
2
3 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
4
12007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change) 52007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
2 6
3 * mail/rmailsum.el (rmail-summary-save-buffer): New command. 7 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el
index cf518b17d94..4c58919ec1f 100644
--- a/lisp/progmodes/idlwave.el
+++ b/lisp/progmodes/idlwave.el
@@ -7095,7 +7095,7 @@ sort the list before displaying"
7095 "Make the user select an element from the alist in the variable SYM. 7095 "Make the user select an element from the alist in the variable SYM.
7096The keys of the alist are expected to be strings. The function returns the 7096The keys of the alist are expected to be strings. The function returns the
7097car of the selected association. 7097car of the selected association.
7098To do this, PROMPT is displayed and and the user must hit a letter key to 7098To do this, PROMPT is displayed and the user must hit a letter key to
7099select an entry. If the user does not reply within DELAY seconds, a help 7099select an entry. If the user does not reply within DELAY seconds, a help
7100window with the options is displayed automatically. 7100window with the options is displayed automatically.
7101The key which is associated with each option is generated automatically. 7101The key which is associated with each option is generated automatically.