Mercurial > emacs
diff lisp/comint.el @ 111864:cc4e58bd25f1
* lisp/comint.el (comint-input-ring-file-name): Doc fix.
| author | Glenn Morris <rgm@gnu.org> |
|---|---|
| date | Thu, 09 Dec 2010 19:36:46 -0800 |
| parents | 3655cc4062e4 |
| children | c00190a8c8ef |
line wrap: on
line diff
--- 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)
