* lisp/comint.el (comint-mode): Add a tooltip to say what the :run
bit means (bug#13776).
\\{comint-mode-map}
Entry to this mode runs the hooks on `comint-mode-hook'."
- (setq mode-line-process '(":%s"))
+ (setq mode-line-process
+ (list (propertize ":%s" 'help-echo "Process status")))
(setq-local window-point-insertion-type t)
(setq-local comint-last-input-start (point-min-marker))
(setq-local comint-last-input-end (point-min-marker))