summaryrefslogtreecommitdiff
path: root/helm-help.el
diff options
context:
space:
mode:
authorPierre Neidhardt <ambrevar@gmail.com>2017-09-13 21:13:09 +0100
committerPierre Neidhardt <ambrevar@gmail.com>2017-09-14 21:05:23 +0100
commit44ca10383a5e8246f00f7ed538b0e001404e0b5d (patch)
tree466f1f4be452e016b334aef14b1312e7057da84f /helm-help.el
parent2ad8cea7e475f8e01e1225df4cc4659105af73f6 (diff)
Improve phrasing in helm-ucs documentation
Diffstat (limited to 'helm-help.el')
-rw-r--r--helm-help.el16
1 files changed, 8 insertions, 8 deletions
diff --git a/helm-help.el b/helm-help.el
index 2e47311b..1ea04a5c 100644
--- a/helm-help.el
+++ b/helm-help.el
@@ -1095,23 +1095,23 @@ use a prefix argument.
\\[helm-goto-precedent-file]\t\tPrevious file.
\\[helm-yank-text-at-point]\t\tYank text at point in minibuffer.")
-;;; Ucs help
+;;; UCS help
;;
;;
(defvar helm-ucs-help-message
- "* Helm Ucs
+ "* Helm UCS
** Tips
-Use commands below to insert unicode characters
-in current-buffer without quitting helm.
+Use commands below to insert unicode characters in current buffer without
+leaving Helm.
** Commands
\\<helm-ucs-map>
-\\[helm-ucs-persistent-insert]\t\tInsert char.
-\\[helm-ucs-persistent-forward]\t\tForward char.
-\\[helm-ucs-persistent-backward]\t\tBackward char.
-\\[helm-ucs-persistent-delete]\t\tDelete char backward.")
+\\[helm-ucs-persistent-insert]\t\tInsert character.
+\\[helm-ucs-persistent-forward]\t\tForward character.
+\\[helm-ucs-persistent-backward]\t\tBackward character.
+\\[helm-ucs-persistent-delete]\t\tDelete character backward.")
;;; Bookmark help
;;