diff options
Diffstat (limited to 'lisp/emacs-lisp/elint.el')
-rw-r--r-- | lisp/emacs-lisp/elint.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/elint.el b/lisp/emacs-lisp/elint.el index 0fba5938f3d..32b2cbdb45a 100644 --- a/lisp/emacs-lisp/elint.el +++ b/lisp/emacs-lisp/elint.el @@ -1035,7 +1035,7 @@ Insert HEADER followed by a blank line if non-nil." (sit-for 0))) (defun elint-set-mode-line (&optional on) - "Set the mode-line-process of the Elint log buffer." + "Set the `mode-line-process' of the Elint log buffer." (with-current-buffer (elint-get-log-buffer) (and (eq major-mode 'compilation-mode) (setq mode-line-process |