emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r102622: * lisp/comint.el (comint-inp


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102622: * lisp/comint.el (comint-input-ring-file-name): Doc fix.
Date: Thu, 09 Dec 2010 19:36:46 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102622
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2010-12-09 19:36:46 -0800
message:
  * lisp/comint.el (comint-input-ring-file-name): Doc fix.
modified:
  lisp/ChangeLog
  lisp/comint.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-12-10 03:34:59 +0000
+++ b/lisp/ChangeLog    2010-12-10 03:36:46 +0000
@@ -1,3 +1,7 @@
+2010-12-10  Glenn Morris  <address@hidden>
+
+       * comint.el (comint-input-ring-file-name): Doc fix.
+
 2010-12-09  Eli Zaretskii  <address@hidden>
 
        * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):

=== modified file 'lisp/comint.el'
--- a/lisp/comint.el    2010-11-18 03:54:14 +0000
+++ b/lisp/comint.el    2010-12-10 03:36:46 +0000
@@ -244,8 +244,8 @@
 (defcustom comint-input-ring-file-name nil
   "If non-nil, name of the file to read/write input history.
 See also `comint-read-input-ring' and `comint-write-input-ring'.
-
-This variable is buffer-local, and is a good thing to set in mode hooks."
+`comint-mode' makes this a buffer-local variable.  You probably want
+to set this in a mode hook, rather than customize the default value."
   :type '(choice (const :tag "nil" nil)
                 file)
   :group 'comint)


reply via email to

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