aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregoire Jadi2016-02-24 16:06:07 +1100
committerLars Ingebrigtsen2016-02-24 16:06:07 +1100
commit9aac47f42ef0f6a874443142bb2b7484443d98dc (patch)
tree522fbe8e05024ac0c3d414ce90650bb3a6dc90ce
parent338f78ad6aa84583baa617591dbce1aa1caca4da (diff)
downloademacs-9aac47f42ef0f6a874443142bb2b7484443d98dc.tar.gz
emacs-9aac47f42ef0f6a874443142bb2b7484443d98dc.zip
Mention `proced-toggle-auto-update' in the proced-mode doc string
* lisp/proced.el (proced-mode): Mention `proced-toggle-auto-update' (bug#14341).
-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.
644Type \\[proced-toggle-tree] to toggle whether the listing is 644Type \\[proced-toggle-tree] to toggle whether the listing is
645displayed as process tree. 645displayed as process tree.
646 646
647Type \\[proced-toggle-auto-update] to automatically update the
648process list. The time interval for updates can be configured
649via `proced-auto-update-interval'.
650
647An existing Proced listing can be refined by typing \\[proced-refine]. 651An existing Proced listing can be refined by typing \\[proced-refine].
648Refining an existing listing does not update the variable `proced-filter'. 652Refining an existing listing does not update the variable `proced-filter'.
649 653