diff options
| author | Juanma Barranquero | 2007-11-15 18:32:34 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-11-15 18:32:34 +0000 |
| commit | a198d2c9158ca14968181e2af9d145e94d425f0a (patch) | |
| tree | f90f3b9945e5af6211ea31b714baf67058d79136 /lisp/ChangeLog | |
| parent | 1fc0c6247c2b8c0102028d1ba95d9bcc03d3f1e4 (diff) | |
| download | emacs-a198d2c9158ca14968181e2af9d145e94d425f0a.tar.gz emacs-a198d2c9158ca14968181e2af9d145e94d425f0a.zip | |
(cua-highlight-region-shift-only, cua-paste-pop): Fix typos in docstrings.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8a847ec9e12..a45abc3e3ac 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2007-11-15 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * progmodes/cc-engine.el (c-crosses-statement-barrier-p): | ||
| 4 | Fix typo in docstring. | ||
| 5 | |||
| 6 | * emulation/cua-base.el (cua-paste-pop): Fix typo in docstring. | ||
| 7 | (cua-highlight-region-shift-only): Doc fix. | ||
| 8 | |||
| 1 | 2007-11-15 Richard Stallman <rms@gnu.org> | 9 | 2007-11-15 Richard Stallman <rms@gnu.org> |
| 2 | 10 | ||
| 3 | * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el. | 11 | * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el. |