Function: proced-sort-user
proced-sort-user is an interactive and byte-compiled function defined
in proced.el.gz.
Signature
(proced-sort-user &optional ARG)
Documentation
Sort Proced buffer by USER.
Prefix ARG controls sort order, see proced-sort-interactive.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/proced.el.gz
(defun proced-sort-user (&optional arg)
"Sort Proced buffer by USER.
Prefix ARG controls sort order, see `proced-sort-interactive'."
(interactive (list (or current-prefix-arg 'no-arg)) proced-mode)
(proced-sort-interactive 'user arg))