aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2005-07-21 15:13:47 +0000
committerJuanma Barranquero <[email protected]>2005-07-21 15:13:47 +0000
commitd6ff789ca759f05e8e8ac0e2c2fd5ac374248241 (patch)
treec6fb98d7190a3faa7981eae5f694f4604f50e874 /lisp/ChangeLog
parent538f78c3a818b0ed6feb6a54b8548026c6aceb46 (diff)
(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.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b93f6d6af3..90c3bcea32 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -9,6 +9,19 @@
2005-07-21 Juanma Barranquero <[email protected]>
+ * 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.