diff options
author | Glenn Morris <rgm@gnu.org> | 2007-04-07 03:00:23 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-04-07 03:00:23 +0000 |
commit | 496263ca9cb9f68076b0f9faeb8ce59d84538c13 (patch) | |
tree | d339272ee265b1522fab847aedc5fc13136ccf64 /lisp/pcomplete.el | |
parent | d35829ffc5c9d1f6759c1575ac511efb48075b56 (diff) | |
download | emacs-496263ca9cb9f68076b0f9faeb8ce59d84538c13.tar.gz |
Doc fix in commentary.
Diffstat (limited to 'lisp/pcomplete.el')
-rw-r--r-- | lisp/pcomplete.el | 1 |
1 files changed, 0 insertions, 1 deletions
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 |