aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2000-11-03 22:12:16 +0000
committerStefan Monnier2000-11-03 22:12:16 +0000
commit00089cadd72d4cdf458e61d017a6a10582d37f63 (patch)
treeaea04960c31e6607517973a1e9552d2f7c4513d9
parent1f43943cf0c0453b74b9f402023590af2b413b73 (diff)
downloademacs-00089cadd72d4cdf458e61d017a6a10582d37f63.tar.gz
emacs-00089cadd72d4cdf458e61d017a6a10582d37f63.zip
(partial-completion-mode): Drop unneeded positional args.
-rw-r--r--lisp/complete.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/complete.el b/lisp/complete.el
index 2a759122d6d..7d50a89d2a7 100644
--- a/lisp/complete.el
+++ b/lisp/complete.el
@@ -209,7 +209,7 @@ Unless `PC-disable-includes' is non-nil, the \"<...>\" sequence is interpreted
209specially in \\[find-file]. For example, 209specially in \\[find-file]. For example,
210\\[find-file] <sys/time.h> RET finds the file /usr/include/sys/time.h. 210\\[find-file] <sys/time.h> RET finds the file /usr/include/sys/time.h.
211See also the variable `PC-include-file-path'." 211See also the variable `PC-include-file-path'."
212 nil nil nil :global t :group 'partial-completion 212 :global t :group 'partial-completion
213 ;; Deal with key bindings... 213 ;; Deal with key bindings...
214 (PC-bindings partial-completion-mode) 214 (PC-bindings partial-completion-mode)
215 ;; Deal with include file feature... 215 ;; Deal with include file feature...