]> code.delx.au - gnu-emacs/commitdiff
(partial-completion-mode): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Tue, 30 Mar 1999 21:23:15 +0000 (21:23 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 30 Mar 1999 21:23:15 +0000 (21:23 +0000)
lisp/complete.el

index 4bb62f86458e73f6340c464685425c6037ef6138..6afdb66521c272100d9eb0906df8aa4282e4a680 100644 (file)
@@ -110,8 +110,8 @@ When Partial Completion mode is enabled, TAB (or M-TAB if `PC-meta-flag' is
 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