diff options
Diffstat (limited to 'lisp/progmodes/meta-mode.el')
| -rw-r--r-- | lisp/progmodes/meta-mode.el | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/lisp/progmodes/meta-mode.el b/lisp/progmodes/meta-mode.el index d0a34179cc8..d0432f58d60 100644 --- a/lisp/progmodes/meta-mode.el +++ b/lisp/progmodes/meta-mode.el @@ -1,6 +1,6 @@  ;;; meta-mode.el --- major mode for editing Metafont or MetaPost sources -*- lexical-binding:t -*- -;; Copyright (C) 1997, 2001-2011  Free Software Foundation, Inc. +;; Copyright (C) 1997, 2001-2012  Free Software Foundation, Inc.  ;; Author: Ulrik Vieth <vieth@thphy.uni-duesseldorf.de>  ;; Version: 1.0 @@ -384,7 +384,7 @@ Each entry is a list with the following elements:  1. Regexp matching the preceding text.  2. A number indicating the subgroup in the regexp containing the text.  3. A function returning an alist of possible completions. -4. Text to append after a succesful completion (if any). +4. Text to append after a successful completion (if any).  Or alternatively:  1. Regexp matching the preceding text. | 
