Mercurial > emacs
changeset 97951:12e22cbad134
Fix synch change.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 02 Sep 2008 09:03:10 +0000 |
parents | 992028ae0d48 |
children | 2c2adcbee8a6 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 1 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Sep 02 08:49:49 2008 +0000 +++ b/lisp/ChangeLog Tue Sep 02 09:03:10 2008 +0000 @@ -11,16 +11,7 @@ * tool-bar.el (tool-bar-add-item): Fix typo in docstring. - * emulation/tpu-edt.el (tpu-match-beginning, tpu-match-end) - (tpu-check-match, tpu-goto-breadcrumb, tpu-reset-screen-size) - (tpu-toggle-overwrite-mode, tpu-include, tpu-get, tpu-what-line) - (tpu-insert-escape, tpu-insert-formfeed, tpu-end-define-macro-key) - (tpu-check-search-case, tpu-select, tpu-unselect, tpu-trim-line-ends) - (tpu-toggle-control-keys): Fix typos in docstrings. - (tpu-kill-buffer): Doc fix. - (tpu-make-file-buffer-list, tpu-toggle-regexp, tpu-cut) - (tpu-append-region, tpu-delete-current-char, tpu-emacs-replace): - Reflow docstrings. + * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix. 2008-09-02 Glenn Morris <rgm@gnu.org>