Mercurial > emacs
changeset 86118:6192870b47dd
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 15 Nov 2007 16:59:38 +0000 |
parents | 9005ecb9d3c1 |
children | 5b6715f2ee11 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Nov 15 16:55:32 2007 +0000 +++ b/lisp/ChangeLog Thu Nov 15 16:59:38 2007 +0000 @@ -1,3 +1,16 @@ +2007-11-15 Juanma Barranquero <lekktu@gmail.com> + + * ediff-wind.el (ediff-window-setup-function): + * simple.el (normal-erase-is-backspace): + * eshell/em-unix.el (eshell/info): + * progmodes/cc-engine.el (c-crosses-statement-barrier-p): + Fix typos in docstrings. + + * emulation/cua-base.el (cua--keymaps-initialized): + Rename from `cua--keymaps-initalized'. Callers changed. + (cua-highlight-region-shift-only): Doc fix. + (cua-paste-pop): Fix typo in docstring. + 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca> * emulation/cua-base.el (cua--pre-command-handler-1):