Mercurial > emacs
changeset 77015:7ce4823434db
Doc fix in commentary.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 07 Apr 2007 03:00:23 +0000 |
parents | 7f75e6af1a34 |
children | 5bc043f16661 |
files | lisp/pcomplete.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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