diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-06-17 20:04:22 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-06-17 20:04:22 +0000 |
commit | 07b3798c76394425f32e29d94174ad349d0af750 (patch) | |
tree | 0a1551d9ab36e0258bd1891c84e6e039ab45aabd /lisp/complete.el | |
parent | 90ed3777fc538d90055770f0e5cd42d9702939de (diff) | |
download | emacs-07b3798c76394425f32e29d94174ad349d0af750.tar.gz |
Comment change.
Diffstat (limited to 'lisp/complete.el')
-rw-r--r-- | lisp/complete.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/complete.el b/lisp/complete.el index 8a52c553bf5..daeac1f3bfd 100644 --- a/lisp/complete.el +++ b/lisp/complete.el @@ -22,7 +22,7 @@ ;; along with GNU Emacs; see the file COPYING. If not, write to ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -;; Commentary: +;;; Commentary: ;; Extended completion for the Emacs minibuffer. ;; @@ -94,7 +94,7 @@ ;; is supported in include file names. -;; Code: +;;; Code: (defvar PC-meta-flag t "*If nil, TAB does normal Emacs completion and M-TAB does Partial Completion. |