# HG changeset patch # User Glenn Morris # Date 1175914823 0 # Node ID 7ce4823434dbceebc5d27ccc5eb0944f4490a186 # Parent 7f75e6af1a34752067f0762f9d5dbf43b7dede7a Doc fix in commentary. diff -r 7f75e6af1a34 -r 7ce4823434db lisp/pcomplete.el --- a/lisp/pcomplete.el Sat Apr 07 02:58:53 2007 +0000 +++ b/lisp/pcomplete.el Sat Apr 07 03:00:23 2007 +0000 @@ -33,7 +33,6 @@ ;; To use pcomplete with shell-mode, for example, you will need the ;; following in your .emacs file: ;; -;; (load "pcmpl-auto") ;; (add-hook 'shell-mode-hook 'pcomplete-shell-setup) ;; ;; Most of the code below simply provides support mechanisms for