]> code.delx.au - gnu-emacs/blobdiff - lisp/complete.el
File regenerated.
[gnu-emacs] / lisp / complete.el
index 2a759122d6d605bb78b90032f8e5c96d3a12b7ef..de58752b63617d890c6b98845cb514b137178722 100644 (file)
@@ -205,11 +205,11 @@ 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'."
-  nil nil nil :global t :group 'partial-completion
+  :global t :group 'partial-completion
   ;; Deal with key bindings...
   (PC-bindings partial-completion-mode)
   ;; Deal with include file feature...
@@ -946,4 +946,4 @@ absolute rather than relative to some directory on the SEARCH-PATH."
 
 (provide 'complete)
 
-;;; End.
+;;; complete.el ends here