Mercurial > emacs
changeset 77094:7e706a2dbdab
Fix typos.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 10 Apr 2007 03:50:59 +0000 |
parents | 70416dff7893 |
children | d6c465042941 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 4 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Apr 09 23:42:37 2007 +0000 +++ b/lisp/ChangeLog Tue Apr 10 03:50:59 2007 +0000 @@ -1,14 +1,13 @@ -2007-04-08 Alan Mackenzie <acm@muc.de> +2007-04-09 Alan Mackenzie <acm@muc.de> * startup.el (inhibit-splash-screen): Emphatically state that it can't be set in site-start.el. 2007-04-09 Masatake YAMATO <jet@gyve.org> - * progmodes/cc-subword.el (c-capitalize-subword): Implement - better mimic the behavior of `capitalize-word'. They no longer - move point with a negative argument. - Based on code by Paul Curry. + * progmodes/cc-subword.el (c-capitalize-subword): More closely + mimic the behavior of `capitalize-word'. Do not move point with a + negative argument. Based on tiny change by Paul Curry. 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)