diff options
| author | Eli Zaretskii | 2023-09-07 18:52:35 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2023-09-07 18:52:35 +0300 |
| commit | 4613575d97f6c2efea9fd28d33b0cec54c3298b2 (patch) | |
| tree | 9fab426ea43ca1706bdd7f9104e3e73e3e457e37 | |
| parent | 2f0f33fbf9d0d5fb1bbafd0931b04380b5d1af81 (diff) | |
| download | emacs-4613575d97f6c2efea9fd28d33b0cec54c3298b2.tar.gz emacs-4613575d97f6c2efea9fd28d33b0cec54c3298b2.zip | |
; * lisp/completion.el (dynamic-completion-mode): Fix last change.
| -rw-r--r-- | lisp/completion.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/completion.el b/lisp/completion.el index 731b1587950..b0167412b20 100644 --- a/lisp/completion.el +++ b/lisp/completion.el | |||
| @@ -2135,7 +2135,7 @@ TYPE is the type of the wrapper to be added. Can be :before or :under." | |||
| 2135 | (define-minor-mode dynamic-completion-mode | 2135 | (define-minor-mode dynamic-completion-mode |
| 2136 | "Toggle dynamic word-completion on or off. | 2136 | "Toggle dynamic word-completion on or off. |
| 2137 | 2137 | ||
| 2138 | When this minor mode is turned on, typing `M-RET' or `C-RET' | 2138 | When this minor mode is turned on, typing \\`M-RET' or \\`C-RET' |
| 2139 | invokes the command `complete', which completes the word or | 2139 | invokes the command `complete', which completes the word or |
| 2140 | symbol at point using the record of words/symbols you used | 2140 | symbol at point using the record of words/symbols you used |
| 2141 | previously and the previously-inserted completions. Typing | 2141 | previously and the previously-inserted completions. Typing |