From: Juanma Barranquero Date: Thu, 7 Jun 2007 12:41:27 +0000 (+0000) Subject: (idlwave-one-key-select): Fix typo in docstring. X-Git-Tag: emacs-pretest-22.1.90~1379 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d9271f41695f4cab816a4f5d131e42f4e9cfe1ef;p=emacs.git (idlwave-one-key-select): Fix typo in docstring. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 26974c65c38..761efde75d4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-06-07 Juanma Barranquero + + * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring. + 2007-06-07 Alfred M. Szmidt (tiny change) * 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" "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.