diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2007-07-11 01:54:24 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2007-07-11 01:54:24 +0000 |
commit | 10b84c37fe38d1dac913081493ca090fc3f84320 (patch) | |
tree | 5379221b6bdcbae8b74437a0f755244308e41c2e | |
parent | fec50ededb0da99b2984b04188f02b98f1c75f2a (diff) | |
download | emacs-10b84c37fe38d1dac913081493ca090fc3f84320.tar.gz |
(auto-insert-alist): s/2/3/ in the generated comment.
-rw-r--r-- | lisp/autoinsert.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el index 7540ad78bcd..2dad1fc2ed9 100644 --- a/lisp/autoinsert.el +++ b/lisp/autoinsert.el @@ -188,7 +188,7 @@ If this contains a %s, that will be replaced by the matching rule." ;; This file is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; This file is distributed in the hope that it will be useful, |