Fix some docstring formatting

This commit is contained in:
Daniel - 2024-03-09 16:30:08 +01:00
parent dbd19d0da8
commit 42074f7d6a
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 3 additions and 2 deletions

View File

@ -36,8 +36,9 @@
;;; Application Shortcuts
(defun db/run-or-hide-ansi-term ()
"Find `*ansi-term*' or run `ansi-term' with `explicit-shell-file-name'.
If already in `*ansi-term*' buffer, bury it."
"Find *ansi-term* buffer or run `ansi-term' with `explicit-shell-file-name'.
If already in *ansi-term* buffer, bury it."
(interactive)
(if (string= "term-mode" major-mode)
(bury-buffer)