tree: checkdoc
This commit is contained in:
parent
0836d2efd4
commit
615f0e4ca5
5 changed files with 23 additions and 18 deletions
|
@ -24,9 +24,9 @@
|
|||
;;; Commentary:
|
||||
|
||||
;; catchup.el provides `catchup', a command for fetching system
|
||||
;; stats or other information. Custom shell commands can be run
|
||||
;; stats or other information. Custom shell commands can be run
|
||||
;; or a file can be read, and that information is then formatted
|
||||
;; and displayed in the minibuffer. The output style and look can
|
||||
;; and displayed in the minibuffer. The output style and look can
|
||||
;; be customized with `catchup-spec' and `catchup-separator'.
|
||||
|
||||
;; TODO: add a memory statistic using `memory-info'
|
||||
|
@ -90,7 +90,7 @@ Only information in `catchup-spec' is displayed; see its documentation for
|
|||
more information on configuring it.
|
||||
|
||||
A separator or divider to divide information can be provided with
|
||||
`catchup-separator'. This string is placed between every result."
|
||||
`catchup-separator'. This string is placed between every result."
|
||||
(interactive)
|
||||
(let
|
||||
((final ""))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue