diff options
| author | Juanma Barranquero | 2005-07-21 15:13:47 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-07-21 15:13:47 +0000 |
| commit | d6ff789ca759f05e8e8ac0e2c2fd5ac374248241 (patch) | |
| tree | c6fb98d7190a3faa7981eae5f694f4604f50e874 /lisp/ChangeLog | |
| parent | 538f78c3a818b0ed6feb6a54b8548026c6aceb46 (diff) | |
| download | emacs-d6ff789ca759f05e8e8ac0e2c2fd5ac374248241.tar.gz emacs-d6ff789ca759f05e8e8ac0e2c2fd5ac374248241.zip | |
(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/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b93f6d6af39..90c3bcea323 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -9,6 +9,19 @@ | |||
| 9 | 9 | ||
| 10 | 2005-07-21 Juanma Barranquero <lekktu@gmail.com> | 10 | 2005-07-21 Juanma Barranquero <lekktu@gmail.com> |
| 11 | 11 | ||
| 12 | * comint.el (comint-use-prompt-regexp, comint-send-input) | ||
| 13 | (comint-source-default, comint-extract-string) | ||
| 14 | (comint-get-source, comint-word, comint-completion) | ||
| 15 | (comint-source, comint-prompt-read-only, comint-update-fence): | ||
| 16 | Fix typos in docstrings. | ||
| 17 | (comint-use-prompt-regexp-instead-of-fields, comint-kill-output): | ||
| 18 | Declare with define-obsolete-*-alias macros. | ||
| 19 | (comint-previous-matching-input-from-input) | ||
| 20 | (comint-next-matching-input-from-input) | ||
| 21 | (comint-previous-matching-input, comint-next-matching-input) | ||
| 22 | (comint-forward-matching-input): | ||
| 23 | Improve argument/docstring consistency. | ||
| 24 | |||
| 12 | * desktop.el (desktop-clear-preserve-buffers-regexp): | 25 | * desktop.el (desktop-clear-preserve-buffers-regexp): |
| 13 | Also preserve the *server* buffer. | 26 | Also preserve the *server* buffer. |
| 14 | 27 | ||