emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100414: * lisp/comint.el (comint-


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100414: * lisp/comint.el (comint-mode): Doc fix. (Bug#7897)
Date: Mon, 24 Jan 2011 18:56:03 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100414
committer: Glenn Morris <address@hidden>
branch nick: emacs-23
timestamp: Mon 2011-01-24 18:56:03 -0800
message:
  * lisp/comint.el (comint-mode): Doc fix.  (Bug#7897)
modified:
  lisp/ChangeLog
  lisp/comint.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-01-24 20:34:44 +0000
+++ b/lisp/ChangeLog    2011-01-25 02:56:03 +0000
@@ -1,3 +1,7 @@
+2011-01-25  Glenn Morris  <address@hidden>
+
+       * comint.el (comint-mode): Doc fix.  (Bug#7897)
+
 2011-01-24  Stefan Monnier  <address@hidden>
 
        * files.el (file-name-non-special): Only change buffer-file-name after

=== modified file 'lisp/comint.el'
--- a/lisp/comint.el    2011-01-21 20:56:24 +0000
+++ b/lisp/comint.el    2011-01-25 02:56:03 +0000
@@ -603,8 +603,9 @@
 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 @@
 
 (provide 'comint)
 
-;; arch-tag: 1793314c-09db-40be-9549-9aeae3e75164
 ;;; comint.el ends here


reply via email to

[Prev in Thread] Current Thread [Next in Thread]