comparison lisp/pcomplete.el @ 77015:7ce4823434db

Doc fix in commentary.
author Glenn Morris <rgm@gnu.org>
date Sat, 07 Apr 2007 03:00:23 +0000
parents df0cc74b8778
children 6231e179c4db
comparison
equal deleted inserted replaced
77014:7f75e6af1a34 77015:7ce4823434db
31 ;; argument position. 31 ;; argument position.
32 ;; 32 ;;
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
40 ;; writing completion functions. Completion functions themselves are 39 ;; writing completion functions. Completion functions themselves are
41 ;; very easy to write. They have few requirements beyond those of 40 ;; very easy to write. They have few requirements beyond those of