# HG changeset patch # User Juanma Barranquero # Date 1193584628 0 # Node ID b9cad333d47da1358f4f086ee26e89d9c4766516 # Parent 5f0d32eed4eb36f4732d7ba2fff73fee99ee0daf *** empty log message *** diff -r 5f0d32eed4eb -r b9cad333d47d lisp/ChangeLog --- 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 + + * 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 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string' @@ -32,7 +39,7 @@ 2007-10-27 Vinicius Jose Latorre * 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.