diff options
| author | Dave Love | 1999-04-27 18:58:13 +0000 |
|---|---|---|
| committer | Dave Love | 1999-04-27 18:58:13 +0000 |
| commit | 73a3ea5a14189316c15a8b1d99d53be824ba5bc2 (patch) | |
| tree | 5e5620714bad7358db12f2372b27159f9bfd35df | |
| parent | db9852fa8d95298633fe2da0568d873f22f9b873 (diff) | |
| download | emacs-73a3ea5a14189316c15a8b1d99d53be824ba5bc2.tar.gz emacs-73a3ea5a14189316c15a8b1d99d53be824ba5bc2.zip | |
(icomplete-mode): Doc fix.
| -rw-r--r-- | lisp/icomplete.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/icomplete.el b/lisp/icomplete.el index a9dfbac49fc..0452971a188 100644 --- a/lisp/icomplete.el +++ b/lisp/icomplete.el | |||
| @@ -77,8 +77,8 @@ | |||
| 77 | "Toggle incremental minibuffer completion. | 77 | "Toggle incremental minibuffer completion. |
| 78 | As text is typed into the minibuffer, prospective completions are indicated | 78 | As text is typed into the minibuffer, prospective completions are indicated |
| 79 | in the minibuffer. | 79 | in the minibuffer. |
| 80 | This variable should be set only with \\[customize], which is equivalent | 80 | Setting this variable directly does not take effect; |
| 81 | to using the function `icomplete-mode'." | 81 | use either \\[customize] or the function `icomplete-mode'." |
| 82 | :set (lambda (symbol value) | 82 | :set (lambda (symbol value) |
| 83 | (icomplete-mode (if value 1 -1))) | 83 | (icomplete-mode (if value 1 -1))) |
| 84 | :initialize 'custom-initialize-default | 84 | :initialize 'custom-initialize-default |