aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-06-07 12:12:03 +0000
committerJuanma Barranquero2007-06-07 12:12:03 +0000
commit90d0c25fd8f05039a525ba076c891c8dbda290d7 (patch)
tree6de18e2f95d8289d0479307671eba69e6c58db35
parent1f05c374e59ff3c3f5f4bb4f3c3324b8e860b19d (diff)
downloademacs-90d0c25fd8f05039a525ba076c891c8dbda290d7.tar.gz
emacs-90d0c25fd8f05039a525ba076c891c8dbda290d7.zip
(idlwave-one-key-select): Fix typo in docstring.
-rw-r--r--lisp/progmodes/idlwave.el2
1 files changed, 1 insertions, 1 deletions
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.