Mercurial > emacs
diff lisp/complete.el @ 7942:bc5dccc5375f
Comment change.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Fri, 17 Jun 1994 20:04:22 +0000 |
| parents | 86402e8c677b |
| children | 9d3d84a3c3fa |
line wrap: on
line diff
--- a/lisp/complete.el Fri Jun 17 20:03:18 1994 +0000 +++ b/lisp/complete.el Fri Jun 17 20:04:22 1994 +0000 @@ -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.
