# HG changeset patch # User Juanma Barranquero # Date 1121958827 0 # Node ID e8b6aa1c9560ea7c81029cac71dffbe2205c7dfd # Parent 76a0015820fb62dff234e6afec0c379b87f61839 *** empty log message *** diff -r 76a0015820fb -r e8b6aa1c9560 lisp/ChangeLog --- a/lisp/ChangeLog Thu Jul 21 15:11:27 2005 +0000 +++ b/lisp/ChangeLog Thu Jul 21 15:13:47 2005 +0000 @@ -9,6 +9,19 @@ 2005-07-21 Juanma Barranquero + * comint.el (comint-use-prompt-regexp, comint-send-input) + (comint-source-default, comint-extract-string) + (comint-get-source, comint-word, comint-completion) + (comint-source, comint-prompt-read-only, comint-update-fence): + Fix typos in docstrings. + (comint-use-prompt-regexp-instead-of-fields, comint-kill-output): + Declare with define-obsolete-*-alias macros. + (comint-previous-matching-input-from-input) + (comint-next-matching-input-from-input) + (comint-previous-matching-input, comint-next-matching-input) + (comint-forward-matching-input): + Improve argument/docstring consistency. + * desktop.el (desktop-clear-preserve-buffers-regexp): Also preserve the *server* buffer.