mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-23 22:20:24 -08:00
; More stylistic docfixes in emacs-lisp/*.el found by checkdoc
This commit is contained in:
parent
11d6d6c3ea
commit
dd1220b969
20 changed files with 37 additions and 37 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue