From 2ad432aba93013b1511e807a92aaad289574edf5 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 10 Feb 2001 17:06:06 +0000 Subject: (partial-completion-mode): Doc fix. --- lisp/complete.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp') diff --git a/lisp/complete.el b/lisp/complete.el index 7d50a89d2a..2759c2380f 100644 --- a/lisp/complete.el +++ b/lisp/complete.el @@ -205,9 +205,9 @@ command begins with that sequence of characters, and \\[find-file] f_b.c TAB might complete to foo_bar.c if that file existed and no other file in that directory begin with that sequence of characters. -Unless `PC-disable-includes' is non-nil, the \"<...>\" sequence is interpreted +Unless `PC-disable-includes' is non-nil, the `<...>' sequence is interpreted specially in \\[find-file]. For example, -\\[find-file] RET finds the file /usr/include/sys/time.h. +\\[find-file] RET finds the file `/usr/include/sys/time.h'. See also the variable `PC-include-file-path'." :global t :group 'partial-completion ;; Deal with key bindings... -- cgit v1.2.3