summaryrefslogtreecommitdiff
path: root/lisp/complete.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2001-02-10 17:06:06 +0000
committerRichard M. Stallman <rms@gnu.org>2001-02-10 17:06:06 +0000
commit5b26731b75c7f8abda9698da8c8b8ac25201c3df (patch)
treebd70bab60bee4c2b2cb521933fe6e86f63ab4188 /lisp/complete.el
parentdeb6a81f8af37bb2d39a47fc6e21669ac58e1a94 (diff)
downloademacs-5b26731b75c7f8abda9698da8c8b8ac25201c3df.tar.gz
(partial-completion-mode): Doc fix.
Diffstat (limited to 'lisp/complete.el')
-rw-r--r--lisp/complete.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/complete.el b/lisp/complete.el
index 7d50a89d2a7..2759c2380fc 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] <sys/time.h> RET finds the file /usr/include/sys/time.h.
+\\[find-file] <sys/time.h> 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...