summaryrefslogtreecommitdiff
path: root/helm-help.el
diff options
context:
space:
mode:
authorPierre Neidhardt <ambrevar@gmail.com>2017-09-13 21:16:53 +0100
committerPierre Neidhardt <ambrevar@gmail.com>2017-09-14 21:05:23 +0100
commit30edf3e3414f6c1b6e3227d5668ef79ab7ad9e82 (patch)
treeec3d60d19152ad6fe9ee919f4d7d7679484906d4 /helm-help.el
parentdc869365cf7e25493a83709e3768fd7a02ac3cd5 (diff)
Improve phrasing in helm-top documentation
Diffstat (limited to 'helm-help.el')
-rw-r--r--helm-help.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/helm-help.el b/helm-help.el
index 71d10e6d..32b25dff 100644
--- a/helm-help.el
+++ b/helm-help.el
@@ -1254,12 +1254,10 @@ occurences at once in the buffer.
(defvar helm-top-help-message
"* Helm Top
-** Tips
-
** Commands
\\<helm-top-map>
\\[helm-top-run-sort-by-com]\t\tSort by commands.
-\\[helm-top-run-sort-by-cpu]\t\tSort by cpu usage.
+\\[helm-top-run-sort-by-cpu]\t\tSort by CPU usage.
\\[helm-top-run-sort-by-user]\t\tSort alphabetically by user.
\\[helm-top-run-sort-by-mem]\t\tSort by memory.")