; 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
|
@ -1958,9 +1958,9 @@ non-nil, returns the face for expected results.."
|
|||
nil)
|
||||
|
||||
(defun ert--results-font-lock-function (enabledp)
|
||||
"Redraw the ERT results buffer after font-lock-mode was switched on or off.
|
||||
"Redraw the ERT results buffer after `font-lock-mode' was switched on or off.
|
||||
|
||||
ENABLEDP is true if font-lock-mode is switched on, false
|
||||
ENABLEDP is true if `font-lock-mode' is switched on, false
|
||||
otherwise."
|
||||
(ert--results-update-ewoc-hf ert--results-ewoc ert--results-stats)
|
||||
(ewoc-refresh ert--results-ewoc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue