changeset 64571:e8b6aa1c9560

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 21 Jul 2005 15:13:47 +0000
parents 76a0015820fb
children 339bbffbcd05
files lisp/ChangeLog
diffstat 1 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <lekktu@gmail.com>
 
+	* 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.