comparison 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
comparison
equal deleted inserted replaced
111863:723b6f993cd3 111864:cc4e58bd25f1
242 :group 'comint) 242 :group 'comint)
243 243
244 (defcustom comint-input-ring-file-name nil 244 (defcustom comint-input-ring-file-name nil
245 "If non-nil, name of the file to read/write input history. 245 "If non-nil, name of the file to read/write input history.
246 See also `comint-read-input-ring' and `comint-write-input-ring'. 246 See also `comint-read-input-ring' and `comint-write-input-ring'.
247 247 `comint-mode' makes this a buffer-local variable. You probably want
248 This variable is buffer-local, and is a good thing to set in mode hooks." 248 to set this in a mode hook, rather than customize the default value."
249 :type '(choice (const :tag "nil" nil) 249 :type '(choice (const :tag "nil" nil)
250 file) 250 file)
251 :group 'comint) 251 :group 'comint)
252 252
253 (defcustom comint-scroll-to-bottom-on-input nil 253 (defcustom comint-scroll-to-bottom-on-input nil