diff options
| author | Glenn Morris | 2007-04-07 03:00:23 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-04-07 03:00:23 +0000 |
| commit | 496263ca9cb9f68076b0f9faeb8ce59d84538c13 (patch) | |
| tree | d339272ee265b1522fab847aedc5fc13136ccf64 | |
| parent | d35829ffc5c9d1f6759c1575ac511efb48075b56 (diff) | |
| download | emacs-496263ca9cb9f68076b0f9faeb8ce59d84538c13.tar.gz emacs-496263ca9cb9f68076b0f9faeb8ce59d84538c13.zip | |
Doc fix in commentary.
| -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 @@ | |||
| 33 | ;; To use pcomplete with shell-mode, for example, you will need the | 33 | ;; To use pcomplete with shell-mode, for example, you will need the |
| 34 | ;; following in your .emacs file: | 34 | ;; following in your .emacs file: |
| 35 | ;; | 35 | ;; |
| 36 | ;; (load "pcmpl-auto") | ||
| 37 | ;; (add-hook 'shell-mode-hook 'pcomplete-shell-setup) | 36 | ;; (add-hook 'shell-mode-hook 'pcomplete-shell-setup) |
| 38 | ;; | 37 | ;; |
| 39 | ;; Most of the code below simply provides support mechanisms for | 38 | ;; Most of the code below simply provides support mechanisms for |