diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-06-21 13:41:18 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-06-21 13:41:18 +0000 |
commit | 2201b59af64eef6f50227b4e6f89888b9af5d246 (patch) | |
tree | 9cc9003f00bdf24dff16bd6f07dc7dfb20e67e6d /lisp/autoinsert.el | |
parent | d0f6a32f46d1cd035ce6cbaf5cf44fe1e4e964f1 (diff) | |
download | emacs-2201b59af64eef6f50227b4e6f89888b9af5d246.tar.gz |
(auto-insert-alist): Fix spellings.
Diffstat (limited to 'lisp/autoinsert.el')
-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 27f5555bb04..04bdb17efca 100644 --- a/lisp/autoinsert.el +++ b/lisp/autoinsert.el @@ -140,7 +140,7 @@ If this contains a %s, that will be replaced by the matching rule." (getenv "ORGANIZATION") | (progn user-full-name) " .\\\" You may distribute this file under the terms of the GNU Free -.\\\" Documentation Licence. +.\\\" Documentation License. .TH " (file-name-sans-extension (file-name-nondirectory (buffer-file-name))) " " (file-name-extension (buffer-file-name)) " " (format-time-string "%Y-%m-%d ") |