comparison lisp/progmodes/idlwave.el @ 81247:c42760094fd6

(idlwave-one-key-select): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 07 Jun 2007 12:12:03 +0000
parents 5bab94f67023
children c1ec1c8a8d2e e9f94688a064
comparison
equal deleted inserted replaced
81246:c9c49ee7b12c 81247:c42760094fd6
7093 7093
7094 (defun idlwave-one-key-select (sym prompt delay) 7094 (defun idlwave-one-key-select (sym prompt delay)
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.
7096 The keys of the alist are expected to be strings. The function returns the 7096 The keys of the alist are expected to be strings. The function returns the
7097 car of the selected association. 7097 car of the selected association.
7098 To do this, PROMPT is displayed and and the user must hit a letter key to 7098 To do this, PROMPT is displayed and the user must hit a letter key to
7099 select an entry. If the user does not reply within DELAY seconds, a help 7099 select an entry. If the user does not reply within DELAY seconds, a help
7100 window with the options is displayed automatically. 7100 window with the options is displayed automatically.
7101 The key which is associated with each option is generated automatically. 7101 The key which is associated with each option is generated automatically.
7102 First, the strings are checked for preselected keys, like in \"[P]rint\". 7102 First, the strings are checked for preselected keys, like in \"[P]rint\".
7103 If these don't exist, a letter in the string is automatically selected." 7103 If these don't exist, a letter in the string is automatically selected."