aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/proced.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/proced.el')
-rw-r--r--lisp/proced.el11
1 files changed, 7 insertions, 4 deletions
diff --git a/lisp/proced.el b/lisp/proced.el
index 78afcac9f50..d98bf7d2c5b 100644
--- a/lisp/proced.el
+++ b/lisp/proced.el
@@ -659,11 +659,14 @@ After displaying or updating a Proced buffer, Proced runs the normal hook
659;;;###autoload 659;;;###autoload
660(defun proced (&optional arg) 660(defun proced (&optional arg)
661 "Generate a listing of UNIX system processes. 661 "Generate a listing of UNIX system processes.
662If invoked with optional ARG the window displaying the process 662\\<proced-mode-map>
663information will be displayed but not selected. 663If invoked with optional ARG, do not select the window displaying
664Runs the normal hook `proced-post-display-hook'. 664the process information.
665 665
666See `proced-mode' for a description of features available in Proced buffers." 666This function runs the normal hook `proced-post-display-hook'.
667
668See `proced-mode' for a description of features available in
669Proced buffers."
667 (interactive "P") 670 (interactive "P")
668 (unless proced-available 671 (unless proced-available
669 (error "Proced is not available on this system")) 672 (error "Proced is not available on this system"))