# HG changeset patch # User Juanma Barranquero # Date 1181219978 0 # Node ID c7c8781ebed81b2892c9eae08aa699c3146531a5 # Parent 14b9b19e184135d3df42b0c20b5b8d5e57b1a42c (idlwave-one-key-select): Fix typo in docstring. diff -r 14b9b19e1841 -r c7c8781ebed8 lisp/progmodes/idlwave.el --- a/lisp/progmodes/idlwave.el Thu Jun 07 07:45:09 2007 +0000 +++ b/lisp/progmodes/idlwave.el Thu Jun 07 12:39:38 2007 +0000 @@ -7095,7 +7095,7 @@ "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.