summaryrefslogtreecommitdiff
path: root/helm-help.el
diff options
context:
space:
mode:
authorPierre Neidhardt <ambrevar@gmail.com>2017-09-12 17:09:19 +0100
committerPierre Neidhardt <ambrevar@gmail.com>2017-09-12 17:09:19 +0100
commit9592ce94507f55783e94d81b438b9624b235d192 (patch)
treea00b4fa8995d0f896ce1245d71b05616b8e332f7 /helm-help.el
parentcb14dd5eb4abff46db6a75f9cc0ab8d41670d437 (diff)
Improve phrasing in Helm documentation functions' docstring
Diffstat (limited to 'helm-help.el')
-rw-r--r--helm-help.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/helm-help.el b/helm-help.el
index 48d9f498..d2d240e8 100644
--- a/helm-help.el
+++ b/helm-help.el
@@ -27,12 +27,12 @@
:group 'helm)
(defface helm-helper
- '((t :inherit helm-header))
- "Face for helm help string in minibuffer."
+ '((t :inherit helm-header))
+ "Face for Helm help string in minibuffer."
:group 'helm-help)
(defcustom helm-documentation-file "~/.emacs.d/helm-doc.org"
- "The file where you want to save helm documentation."
+ "The file where to save Helm documentation."
:group 'helm-help
:type 'string)
@@ -61,10 +61,10 @@
;;;###autoload
(defun helm-documentation (arg)
- "Preconfigured helm for helm documentation.
+ "Preconfigured Helm for Helm documentation.
With a prefix arg refresh the documentation.
-Find here the documentation of all sources actually documented."
+Find here the documentation of all documented sources."
(interactive "P")
(require 'helm-org)
(when arg (delete-file helm-documentation-file)