diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-09-18 13:12:41 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-09-18 13:14:50 +0200 |
commit | dd1220b96972d77e5bbe1094586514bae63fe1eb (patch) | |
tree | 1c5295b91b316ffc40931cd02c1f4fc028ec2097 /lisp/emacs-lisp/elint.el | |
parent | 11d6d6c3ea8d3f131b0b21db6e51a66d8b20d40e (diff) | |
download | emacs-dd1220b96972d77e5bbe1094586514bae63fe1eb.tar.gz emacs-dd1220b96972d77e5bbe1094586514bae63fe1eb.tar.bz2 emacs-dd1220b96972d77e5bbe1094586514bae63fe1eb.zip |
; More stylistic docfixes in emacs-lisp/*.el found by checkdoc
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 |