summaryrefslogtreecommitdiff
path: root/helm-regexp.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-07-13 12:48:34 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-07-13 12:48:34 +0200
commitddd2228fbffce0f98e31621b2be660d7a4d116f4 (patch)
tree1663c350a3e4b8a4a06fb17cb5bd91859df48c07 /helm-regexp.el
parent17438d691dc2182ad0baebc749c64e9ce563c625 (diff)
Fix docstring, no code change.
* helm-regexp.el (helm-moccur-show-buffer-fontification): Do it.
Diffstat (limited to 'helm-regexp.el')
-rw-r--r--helm-regexp.el7
1 files changed, 1 insertions, 6 deletions
diff --git a/helm-regexp.el b/helm-regexp.el
index 9cdef699..60f44b7f 100644
--- a/helm-regexp.el
+++ b/helm-regexp.el
@@ -66,12 +66,7 @@ Any other non--nil value update after confirmation."
:type 'boolean)
(defcustom helm-moccur-show-buffer-fontification nil
- "Show fontification of searched buffer in results.
-
-Can be one of `buffer-substring-no-properties' or `buffer-substring'.
-If you want to have fontification preserved in helm-buffer, you may
-prefer `buffer-substring' instead of default
-`buffer-substring-no-properties'."
+ "Show fontification of searched buffer in results when non nil."
:group 'helm-regexp
:type '(radio :tag "Allow preserving fontification of searched buffer in results"
(const :tag "Don't preserve buffer fontification" nil)