]> git.eshelyaron.com Git - emacs.git/commitdiff
(partial-completion-mode): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sat, 10 Feb 2001 17:06:06 +0000 (17:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 10 Feb 2001 17:06:06 +0000 (17:06 +0000)
lisp/complete.el

index 7d50a89d2a73848060a111bedd27d8b1c18bd5fe..2759c2380fcb3f3b62b72d6ad23e6d5e5ff41a3b 100644 (file)
@@ -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...