# HG changeset patch # User Glenn Morris # Date 1291952206 28800 # Node ID cc4e58bd25f196695e5e8547b50b60622a4be2e3 # Parent 723b6f993cd3de7e5b7900d40c8c19acf11e1ea2 * lisp/comint.el (comint-input-ring-file-name): Doc fix. diff -r 723b6f993cd3 -r cc4e58bd25f1 lisp/ChangeLog --- a/lisp/ChangeLog Thu Dec 09 19:34:59 2010 -0800 +++ b/lisp/ChangeLog Thu Dec 09 19:36:46 2010 -0800 @@ -1,3 +1,7 @@ +2010-12-10 Glenn Morris + + * comint.el (comint-input-ring-file-name): Doc fix. + 2010-12-09 Eli Zaretskii * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p): diff -r 723b6f993cd3 -r cc4e58bd25f1 lisp/comint.el --- a/lisp/comint.el Thu Dec 09 19:34:59 2010 -0800 +++ b/lisp/comint.el Thu Dec 09 19:36:46 2010 -0800 @@ -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)