Mercurial > emacs
comparison lisp/ChangeLog @ 97951:12e22cbad134
Fix synch change.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 02 Sep 2008 09:03:10 +0000 |
parents | 992028ae0d48 |
children | 1ef9a1ca49c1 |
comparison
equal
deleted
inserted
replaced
97950:992028ae0d48 | 97951:12e22cbad134 |
---|---|
9 | 9 |
10 2008-09-02 Juanma Barranquero <lekktu@gmail.com> | 10 2008-09-02 Juanma Barranquero <lekktu@gmail.com> |
11 | 11 |
12 * tool-bar.el (tool-bar-add-item): Fix typo in docstring. | 12 * tool-bar.el (tool-bar-add-item): Fix typo in docstring. |
13 | 13 |
14 * emulation/tpu-edt.el (tpu-match-beginning, tpu-match-end) | 14 * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix. |
15 (tpu-check-match, tpu-goto-breadcrumb, tpu-reset-screen-size) | |
16 (tpu-toggle-overwrite-mode, tpu-include, tpu-get, tpu-what-line) | |
17 (tpu-insert-escape, tpu-insert-formfeed, tpu-end-define-macro-key) | |
18 (tpu-check-search-case, tpu-select, tpu-unselect, tpu-trim-line-ends) | |
19 (tpu-toggle-control-keys): Fix typos in docstrings. | |
20 (tpu-kill-buffer): Doc fix. | |
21 (tpu-make-file-buffer-list, tpu-toggle-regexp, tpu-cut) | |
22 (tpu-append-region, tpu-delete-current-char, tpu-emacs-replace): | |
23 Reflow docstrings. | |
24 | 15 |
25 2008-09-02 Glenn Morris <rgm@gnu.org> | 16 2008-09-02 Glenn Morris <rgm@gnu.org> |
26 | 17 |
27 * emacs-lisp/lucid.el (try-face-font): Remove dead alias. | 18 * emacs-lisp/lucid.el (try-face-font): Remove dead alias. |
28 | 19 |