summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2011-01-24 18:56:03 -0800
committerGlenn Morris <rgm@gnu.org>2011-01-24 18:56:03 -0800
commit6da16166e198bf640350069aa481525ef3695f25 (patch)
tree7ad6ff83076be93f2998b576ac650e4d220d178f
parent1a96252b25d35d55301cfd9459e5015406d78a45 (diff)
downloademacs-6da16166e198bf640350069aa481525ef3695f25.tar.gz
* lisp/comint.el (comint-mode): Doc fix. (Bug#7897)
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/comint.el6
2 files changed, 7 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d986c9623aa..ef6ed3c05d5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-25 Glenn Morris <rgm@gnu.org>
+
+ * comint.el (comint-mode): Doc fix. (Bug#7897)
+
2011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
* 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
and `comint-get-old-input' to appropriate functions, and the variable
`comint-prompt-regexp' to the appropriate regular expression.
-An input history is maintained of size `comint-input-ring-size', and
-can be accessed with the commands \\[comint-next-input], \\[comint-previous-input], and \\[comint-dynamic-list-input-ring].
+The mode maintains an input history of size `comint-input-ring-size'.
+You can access this with the commands \\[comint-next-input],
+\\[comint-previous-input], and \\[comint-dynamic-list-input-ring].
Input ring history expansion can be achieved with the commands
\\[comint-replace-by-expanded-history] or \\[comint-magic-space].
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."
(provide 'comint)
-;; arch-tag: 1793314c-09db-40be-9549-9aeae3e75164
;;; comint.el ends here