]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/comint.el (comint-mode): Doc fix. (Bug#7897)
authorGlenn Morris <rgm@gnu.org>
Tue, 25 Jan 2011 02:56:03 +0000 (18:56 -0800)
committerGlenn Morris <rgm@gnu.org>
Tue, 25 Jan 2011 02:56:03 +0000 (18:56 -0800)
lisp/ChangeLog
lisp/comint.el

index 820a54fd2fd8db27ab9d06bb0725f02a8cdcbe83..b307afaca95a799be6138ffe92b6ffe9bb938fe1 100644 (file)
@@ -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
index e7c9c3860987fafc38a3e2585948fecb88a8aa6b..895bdb461718994f0940878e372ad12623f561ed 100644 (file)
@@ -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