# HG changeset patch # User Juanma Barranquero # Date 1162780706 0 # Node ID a74dceb4b5f877e98a27702594680044df2818e0 # Parent 59cd5ef2f5f07eede97040d57344d4ef72739b6c (authors-fixed-entries): Fix typo. diff -r 59cd5ef2f5f0 -r a74dceb4b5f8 lisp/emacs-lisp/authors.el --- a/lisp/emacs-lisp/authors.el Mon Nov 06 02:37:41 2006 +0000 +++ b/lisp/emacs-lisp/authors.el Mon Nov 06 02:38:26 2006 +0000 @@ -176,7 +176,7 @@ 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")