# HG changeset patch # User Juanma Barranquero # Date 1181218323 0 # Node ID c42760094fd6273db6833d4a9ebc2e11a8821214 # Parent c9c49ee7b12ccdd3517208c8a21fae592e7e8a1d (idlwave-one-key-select): Fix typo in docstring. diff -r c9c49ee7b12c -r c42760094fd6 lisp/progmodes/idlwave.el --- a/lisp/progmodes/idlwave.el Thu Jun 07 09:01:10 2007 +0000 +++ b/lisp/progmodes/idlwave.el Thu Jun 07 12:12:03 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.