# HG changeset patch # User Richard M. Stallman # Date 981824766 0 # Node ID 0a150990aa8ca84e0b99cd62a59eba06722e0238 # Parent 6a0f0f11fe3bc60f674493967f3aebf20fb29eb2 (partial-completion-mode): Doc fix. diff -r 6a0f0f11fe3b -r 0a150990aa8c lisp/complete.el --- a/lisp/complete.el Sat Feb 10 17:05:47 2001 +0000 +++ b/lisp/complete.el Sat Feb 10 17:06:06 2001 +0000 @@ -205,9 +205,9 @@ \\[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...