aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1999-03-30 21:23:15 +0000
committerKarl Heuer1999-03-30 21:23:15 +0000
commit35dfd2ef08d232de36bacd2a36e64e3171b726b4 (patch)
treeca433ac9f0b38bd90feb584a8cbe0246653b4c2e
parentdf0ffd251b6e66cb090249b23381046a19d390f2 (diff)
downloademacs-35dfd2ef08d232de36bacd2a36e64e3171b726b4.tar.gz
emacs-35dfd2ef08d232de36bacd2a36e64e3171b726b4.zip
(partial-completion-mode): Doc fix.
-rw-r--r--lisp/complete.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/complete.el b/lisp/complete.el
index 4bb62f86458..6afdb66521c 100644
--- a/lisp/complete.el
+++ b/lisp/complete.el
@@ -110,8 +110,8 @@ When Partial Completion mode is enabled, TAB (or M-TAB if `PC-meta-flag' is
110nil) is enhanced so that if some string is divided into words and each word is 110nil) is enhanced so that if some string is divided into words and each word is
111delimited by a character in `PC-word-delimiters', partial words are completed 111delimited by a character in `PC-word-delimiters', partial words are completed
112as much as possible and `*' characters are treated likewise in file names. 112as much as possible and `*' characters are treated likewise in file names.
113You must modify via \\[customize] for this variable to have an effect; 113This variable should be set only with \\[customize], which is equivalent
114but also see the function `partial-completion-mode'." 114to using the function `partial-completion-mode'."
115 :set (lambda (symbol value) 115 :set (lambda (symbol value)
116 (partial-completion-mode (or value 0))) 116 (partial-completion-mode (or value 0)))
117 :initialize 'custom-initialize-default 117 :initialize 'custom-initialize-default