]> code.delx.au - gnu-emacs/commitdiff
(idlwave-one-key-select): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 7 Jun 2007 12:41:27 +0000 (12:41 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 7 Jun 2007 12:41:27 +0000 (12:41 +0000)
lisp/ChangeLog
lisp/progmodes/idlwave.el

index 26974c65c38027d3000bd233be90e25a50f93204..761efde75d43a9b41d9aca49550262d0ca18b228 100644 (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.
index cf518b17d942980baf13716b7d19b52ace4ca2ac..4c58919ec1fc04ff4b22491d00437957d44faa3c 100644 (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.