* lisp/comint.el (comint-input-ring-file-name): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Fri, 10 Dec 2010 03:36:46 +0000 (19:36 -0800)
committerGlenn Morris <rgm@gnu.org>
Fri, 10 Dec 2010 03:36:46 +0000 (19:36 -0800)
lisp/ChangeLog
lisp/comint.el

index c8d157b..f41e96d 100644 (file)
@@ -1,3 +1,7 @@
+2010-12-10  Glenn Morris  <rgm@gnu.org>
+
+       * comint.el (comint-input-ring-file-name): Doc fix.
+
 2010-12-09  Eli Zaretskii  <eliz@gnu.org>
 
        * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
index 2d03d16..b4d06ce 100644 (file)
@@ -244,8 +244,8 @@ This variable is buffer-local."
 (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)