docs: docstring & comment revisions

For `undefadvice!`, `doom-load-theme-hook`, and the `ws-butler` package.
This commit is contained in:
Henrik Lissner
2025-04-02 17:01:54 -04:00
parent 625b793218
commit 5fae69b7bf
3 changed files with 10 additions and 7 deletions

View File

@ -1004,8 +1004,8 @@ DOCSTRING and BODY are as in `defun'.
(defmacro undefadvice! (symbol _arglist &optional docstring &rest body)
"Undefine an advice called SYMBOL.
This has the same signature as `defadvice!' an exists as an easy undefiner when
testing advice (when combined with `rotate-text').
This has the same signature as `defadvice!' and exists as an easy undefiner when
interactively testing (and toggling) advice.
\(fn SYMBOL ARGLIST &optional DOCSTRING &rest [WHERE PLACES...] BODY\)"
(declare (doc-string 3) (indent defun))