comparison lisp/ChangeLog @ 68566:15866c79c059

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 02 Feb 2006 12:28:18 +0000
parents b95ff8308cbc
children d5a85dfae2ab
comparison
equal deleted inserted replaced
68565:877f39b663ef 68566:15866c79c059
1 2006-02-02 Juanma Barranquero <lekktu@gmail.com> 1 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
2
3 * dframe.el (dframe-handle-make-frame-visible)
4 (dframe-handle-iconify-frame, dframe-get-focus)
5 (dframe-select-attached-frame, dframe-power-click)
6 (dframe-frame-mode): Fix typos in docstrings.
7
8 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
9 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
10 Fix typos in docstrings.
2 11
3 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer) 12 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
4 (hi-lock-face-buffer, hi-lock-font-lock-hook) 13 (hi-lock-face-buffer, hi-lock-font-lock-hook)
5 (hi-lock-archaic-interface-message-used) 14 (hi-lock-archaic-interface-message-used)
6 (hi-lock-file-patterns-range): Fix typos in docstrings. 15 (hi-lock-file-patterns-range): Fix typos in docstrings.
16
17 * savehist.el (savehist-loaded, savehist-load, savehist-install)
18 (savehist-autosave, savehist-trim-history): Fix typos in
19 docstrings.
20
21 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
22 Fix typo in docstring.
23
24 * net/rcirc.el (rcirc-debug): Fix docstring.
25 (rcirc-fill-column, rcirc-receive-message-hooks)
26 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
27 (rcirc-mode, rcirc-generate-new-buffer-name)
28 (rcirc-startup-channels, rcirc-ignore-update-automatic)
29 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
30 Fix typos in docstrings.
31 (rcirc-print): "?\ " -> "?\s".
7 32
8 2006-02-01 Mark A. Hershberger <mah@everybody.org> 33 2006-02-01 Mark A. Hershberger <mah@everybody.org>
9 34
10 * xml.el (xml-parse-region): Move save-excursion and set-buffer up 35 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
11 before narrow-to-region. 36 before narrow-to-region.