diff lisp/complete.el @ 36033:0a150990aa8c

(partial-completion-mode): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sat, 10 Feb 2001 17:06:06 +0000
parents 1988cb3ecd2f
children b174db545cfd
line wrap: on
line diff
--- 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] <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...