summaryrefslogtreecommitdiff
path: root/lisp/proced.el
diff options
context:
space:
mode:
authorGregoire Jadi <daimrod@gmail.com>2016-02-24 16:06:07 +1100
committerLars Ingebrigtsen <larsi@gnus.org>2016-02-24 16:06:07 +1100
commit9aac47f42ef0f6a874443142bb2b7484443d98dc (patch)
tree522fbe8e05024ac0c3d414ce90650bb3a6dc90ce /lisp/proced.el
parent338f78ad6aa84583baa617591dbce1aa1caca4da (diff)
downloademacs-9aac47f42ef0f6a874443142bb2b7484443d98dc.tar.gz
Mention `proced-toggle-auto-update' in the proced-mode doc string
* lisp/proced.el (proced-mode): Mention `proced-toggle-auto-update' (bug#14341).
Diffstat (limited to 'lisp/proced.el')
-rw-r--r--lisp/proced.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/proced.el b/lisp/proced.el
index 91b50cea340..dee646ced4c 100644
--- a/lisp/proced.el
+++ b/lisp/proced.el
@@ -644,6 +644,10 @@ 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-auto-update] to automatically update the
+process list. The time interval for updates can be configured
+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'.