summaryrefslogtreecommitdiff
path: root/lisp/proced.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-10-04 02:15:51 +0200
committerStefan Kangas <stefankangas@gmail.com>2022-10-04 02:47:03 +0200
commit200658eb77ba23ed1aa557f89f256dbaf86936e0 (patch)
treedd356be0a7182be9a918df32166e1a6937f4357f /lisp/proced.el
parent43eaa05ff2265ae33f71b73670a8a150a7a716ae (diff)
downloademacs-200658eb77ba23ed1aa557f89f256dbaf86936e0.tar.gz
emacs-200658eb77ba23ed1aa557f89f256dbaf86936e0.tar.bz2
emacs-200658eb77ba23ed1aa557f89f256dbaf86936e0.zip
; * lisp/proced.el (proced-mode): Manually reflow docstring.
Diffstat (limited to 'lisp/proced.el')
-rw-r--r--lisp/proced.el39
1 files changed, 22 insertions, 17 deletions
diff --git a/lisp/proced.el b/lisp/proced.el
index 0f0937cac81..a774f2dd1e2 100644
--- a/lisp/proced.el
+++ b/lisp/proced.el
@@ -642,22 +642,27 @@ type \\<proced-mode-map>\\[proced-mark] to mark a process for later commands.
Type \\[proced-send-signal] to send signals to marked processes.
Type \\[proced-renice] to renice marked processes.
-The initial content of a listing is defined by the variable `proced-filter'
-and the variable `proced-format'.
-The variable `proced-filter' specifies which system processes are displayed.
-The variable `proced-format' specifies which attributes are displayed for
-each process. Type \\[proced-filter-interactive] and \\[proced-format-interactive]
-to change the values of `proced-filter' and `proced-format'.
-The current value of the variable `proced-filter' is indicated in the
-mode line.
+The initial content of a listing is defined by the variable
+`proced-filter' and the variable `proced-format'.
+
+The variable `proced-filter' specifies which system processes are
+displayed.
+
+The variable `proced-format' specifies which attributes are
+displayed for each process.
+
+Type \\[proced-filter-interactive] and \\[proced-format-interactive] to \
+change the values of `proced-filter' and
+`proced-format'. The current value of the variable
+`proced-filter' is indicated in the mode line.
The sort order of Proced listings is defined by the variable `proced-sort'.
-Type \\[proced-sort-interactive] or click on a header in the header line
-to change the sort scheme. The current sort scheme is indicated in the
-mode line, using \"+\" or \"-\" for ascending or descending sort order.
+Type \\[proced-sort-interactive] or click on a header in the header \
+line to change the sort scheme.
+The current sort scheme is indicated in the mode line, using
+\"+\" or \"-\" for ascending or descending sort order.
-Type \\[proced-toggle-tree] to toggle whether the listing is
-displayed as process tree.
+Type \\[proced-toggle-tree] to toggle whether the listing is displayed as process tree.
Type \\[proced-toggle-auto-update] to automatically update the
process list. The time interval for updates can be configured
@@ -666,11 +671,11 @@ via `proced-auto-update-interval'.
An existing Proced listing can be refined by typing \\[proced-refine].
Refining an existing listing does not update the variable `proced-filter'.
-The attribute-specific rules for formatting, filtering, sorting, and refining
-are defined in `proced-grammar-alist'.
+The attribute-specific rules for formatting, filtering, sorting,
+and refining are defined in `proced-grammar-alist'.
-After displaying or updating a Proced buffer, Proced runs the normal hook
-`proced-post-display-hook'.
+After displaying or updating a Proced buffer, Proced runs the
+normal hook `proced-post-display-hook'.
\\{proced-mode-map}"
:interactive nil