From ddd2228fbffce0f98e31621b2be660d7a4d116f4 Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Thu, 13 Jul 2017 12:48:34 +0200 Subject: Fix docstring, no code change. * helm-regexp.el (helm-moccur-show-buffer-fontification): Do it. --- helm-regexp.el | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'helm-regexp.el') 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) -- cgit v1.2.3