Mercurial > emacs
changeset 85723:b9cad333d47d
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sun, 28 Oct 2007 15:17:08 +0000 |
parents | 5f0d32eed4eb |
children | c717580e7817 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Oct 28 15:15:55 2007 +0000 +++ b/lisp/ChangeLog Sun Oct 28 15:17:08 2007 +0000 @@ -1,3 +1,10 @@ +2007-10-28 Juanma Barranquero <lekktu@gmail.com> + + * server.el (server-process-filter): Fix typo in docstring. + (server-log): Reflow docstrings. + (server-delete-client, server-kill-emacs-query-function): Doc fixes. + (server-goto-line-column): Use `when'. + 2007-10-28 Juri Linkov <juri@jurta.org> * isearch.el (isearch-other-meta-char): Call `isearch-edit-string' @@ -32,7 +39,7 @@ 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br> * ps-print.el: Now detect if text foreground and background colors are - equals and replace the foreground color by another color, so the text + equal and replace the foreground color by another color, so the text becomes visible. Doc fix. (ps-print-version): New version 6.8. (ps-default-fg, ps-default-bg): Docstring fix.