diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2006-11-06 02:38:26 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2006-11-06 02:38:26 +0000 |
commit | 8b1163a3c8a5abdb924235cc4810484416fc1f1d (patch) | |
tree | 2af8c70a5c4bcc47207a966705bd8b22cb07ec38 /lisp/emacs-lisp | |
parent | d5c1122f2e0ac6d887cd5adf2564256cf3e402d5 (diff) | |
download | emacs-8b1163a3c8a5abdb924235cc4810484416fc1f1d.tar.gz emacs-8b1163a3c8a5abdb924235cc4810484416fc1f1d.tar.bz2 emacs-8b1163a3c8a5abdb924235cc4810484416fc1f1d.zip |
(authors-fixed-entries): Fix typo.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/authors.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/authors.el b/lisp/emacs-lisp/authors.el index db8c3d5d21a..3862a0441f6 100644 --- a/lisp/emacs-lisp/authors.el +++ b/lisp/emacs-lisp/authors.el @@ -176,7 +176,7 @@ listed.") Changes to files in this list are not listed.") (defconst authors-fixed-entries - '(("Richard M. Stallman" :wrote "[The original GNU emacs and numerous files]") + '(("Richard M. Stallman" :wrote "[The original GNU Emacs and numerous files]") ("Joseph Arceneaux" :wrote "xrdb.c") ("Blitz Product Development Corporation" :wrote "ispell.el") ("Frank Bresz" :wrote "diff.el") |