Mercurial > emacs
changeset 24534:ce83f341af6f
(partial-completion-mode): Doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 30 Mar 1999 21:23:15 +0000 |
parents | 32a7344ac2e7 |
children | 2bd202331192 |
files | lisp/complete.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/complete.el Tue Mar 30 19:08:55 1999 +0000 +++ b/lisp/complete.el Tue Mar 30 21:23:15 1999 +0000 @@ -110,8 +110,8 @@ nil) is enhanced so that if some string is divided into words and each word is delimited by a character in `PC-word-delimiters', partial words are completed as much as possible and `*' characters are treated likewise in file names. -You must modify via \\[customize] for this variable to have an effect; -but also see the function `partial-completion-mode'." +This variable should be set only with \\[customize], which is equivalent +to using the function `partial-completion-mode'." :set (lambda (symbol value) (partial-completion-mode (or value 0))) :initialize 'custom-initialize-default