diff options
| author | Glenn Morris | 2011-01-24 18:56:03 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-01-24 18:56:03 -0800 |
| commit | cc34e0254ccd88924a441042551d951519ef29fa (patch) | |
| tree | c10bef6b1c7d30c0b076c8d6aaa4707719302efb | |
| parent | f996bbcb94dd456d0c5644885e8269f396b54707 (diff) | |
| download | emacs-cc34e0254ccd88924a441042551d951519ef29fa.tar.gz emacs-cc34e0254ccd88924a441042551d951519ef29fa.zip | |
* lisp/comint.el (comint-mode): Doc fix. (Bug#7897)
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/comint.el | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 820a54fd2fd..b307afaca95 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-01-25 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * comint.el (comint-mode): Doc fix. (Bug#7897) | ||
| 4 | |||
| 1 | 2011-01-24 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2011-01-24 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * files.el (file-name-non-special): Only change buffer-file-name after | 7 | * files.el (file-name-non-special): Only change buffer-file-name after |
diff --git a/lisp/comint.el b/lisp/comint.el index e7c9c386098..895bdb46171 100644 --- a/lisp/comint.el +++ b/lisp/comint.el | |||
| @@ -603,8 +603,9 @@ mode, Shell mode, etc. This can be done by setting the hooks | |||
| 603 | and `comint-get-old-input' to appropriate functions, and the variable | 603 | and `comint-get-old-input' to appropriate functions, and the variable |
| 604 | `comint-prompt-regexp' to the appropriate regular expression. | 604 | `comint-prompt-regexp' to the appropriate regular expression. |
| 605 | 605 | ||
| 606 | An input history is maintained of size `comint-input-ring-size', and | 606 | The mode maintains an input history of size `comint-input-ring-size'. |
| 607 | can be accessed with the commands \\[comint-next-input], \\[comint-previous-input], and \\[comint-dynamic-list-input-ring]. | 607 | You can access this with the commands \\[comint-next-input], |
| 608 | \\[comint-previous-input], and \\[comint-dynamic-list-input-ring]. | ||
| 608 | Input ring history expansion can be achieved with the commands | 609 | Input ring history expansion can be achieved with the commands |
| 609 | \\[comint-replace-by-expanded-history] or \\[comint-magic-space]. | 610 | \\[comint-replace-by-expanded-history] or \\[comint-magic-space]. |
| 610 | Input ring expansion is controlled by the variable `comint-input-autoexpand', | 611 | Input ring expansion is controlled by the variable `comint-input-autoexpand', |
| @@ -3748,5 +3749,4 @@ REGEXP-GROUP is the regular expression group in REGEXP to use." | |||
| 3748 | 3749 | ||
| 3749 | (provide 'comint) | 3750 | (provide 'comint) |
| 3750 | 3751 | ||
| 3751 | ;; arch-tag: 1793314c-09db-40be-9549-9aeae3e75164 | ||
| 3752 | ;;; comint.el ends here | 3752 | ;;; comint.el ends here |