diff options
| author | Juanma Barranquero | 2007-06-07 12:12:03 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-06-07 12:12:03 +0000 |
| commit | 90d0c25fd8f05039a525ba076c891c8dbda290d7 (patch) | |
| tree | 6de18e2f95d8289d0479307671eba69e6c58db35 | |
| parent | 1f05c374e59ff3c3f5f4bb4f3c3324b8e860b19d (diff) | |
| download | emacs-90d0c25fd8f05039a525ba076c891c8dbda290d7.tar.gz emacs-90d0c25fd8f05039a525ba076c891c8dbda290d7.zip | |
(idlwave-one-key-select): Fix typo in docstring.
| -rw-r--r-- | lisp/progmodes/idlwave.el | 2 |
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. |
| 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. |