Mercurial > emacs
changeset 102782:fd295c3b9782
Fix typos.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sun, 29 Mar 2009 21:42:55 +0000 |
parents | eb194304a573 |
children | 537208bc8c70 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Mar 29 19:50:31 2009 +0000 +++ b/lisp/ChangeLog Sun Mar 29 21:42:55 2009 +0000 @@ -1,14 +1,12 @@ -2009-03-28 David Reitter <david.reitter@gmail.com> - - * term/ns-win.el (ns-expand-space): remove defvar. - (S-,): bind to `customize' in line with menu item. - ([global-map windows]): remove (in line with other - platforms). - (menu-bar-update-frames, force-menu-bar-update-buffers, - force-menu-bar-update-buffers, - force-menu-bar-update-buffers): remove, not needed. - (menu-bar-update-hook): do not alter. - (generate-fontset-menu,mouse-set-font): amend doc string +2009-03-28 David Reitter <david.reitter@gmail.com> + + * term/ns-win.el (ns-expand-space): Remove defvar. + (S-,): Bind to `customize' in line with menu item. + ([global-map windows]): Remove (in line with other platforms). + (menu-bar-update-frames, force-menu-bar-update-buffers): + Remove, not needed. + (menu-bar-update-hook): Do not alter. + (generate-fontset-menu, mouse-set-font): Amend doc string of these defaliases to point out their altered meaning in NS. 2009-03-28 Juri Linkov <juri@jurta.org>