From: Glenn Morris Date: Sat, 7 Apr 2007 03:00:23 +0000 (+0000) Subject: Doc fix in commentary. X-Git-Tag: emacs-pretest-22.0.98~240 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=496263ca9cb9f68076b0f9faeb8ce59d84538c13;p=emacs.git Doc fix in commentary. --- diff --git a/lisp/pcomplete.el b/lisp/pcomplete.el index c4840059f64..deeda45cf19 100644 --- a/lisp/pcomplete.el +++ b/lisp/pcomplete.el @@ -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