diff options
| author | Gregoire Jadi | 2016-02-24 16:06:07 +1100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2016-02-24 16:06:07 +1100 |
| commit | 9aac47f42ef0f6a874443142bb2b7484443d98dc (patch) | |
| tree | 522fbe8e05024ac0c3d414ce90650bb3a6dc90ce | |
| parent | 338f78ad6aa84583baa617591dbce1aa1caca4da (diff) | |
| download | emacs-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.el | 4 |
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. | |||
| 644 | Type \\[proced-toggle-tree] to toggle whether the listing is | 644 | Type \\[proced-toggle-tree] to toggle whether the listing is |
| 645 | displayed as process tree. | 645 | displayed as process tree. |
| 646 | 646 | ||
| 647 | Type \\[proced-toggle-auto-update] to automatically update the | ||
| 648 | process list. The time interval for updates can be configured | ||
| 649 | via `proced-auto-update-interval'. | ||
| 650 | |||
| 647 | An existing Proced listing can be refined by typing \\[proced-refine]. | 651 | An existing Proced listing can be refined by typing \\[proced-refine]. |
| 648 | Refining an existing listing does not update the variable `proced-filter'. | 652 | Refining an existing listing does not update the variable `proced-filter'. |
| 649 | 653 | ||