branch: elpa/helm
commit c434568eb1975d1194ce2ed2cba3c325e68041b6
Merge: f3f6e405c8 e6527edd1d
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Merge branch 'master' of github.com:emacs-helm/helm
---
 helm-lib.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-lib.el b/helm-lib.el
index 8096a49e6d..05f03973b1 100644
--- a/helm-lib.el
+++ b/helm-lib.el
@@ -2024,7 +2024,7 @@ Directories expansion is not supported."
       (goto-char (point-min))
       (when (re-search-forward "^;;;?\\(.*\\) ---? \\(.*\\)" (pos-eol) t)
         (setq desc (match-string-no-properties 2)))
-      (if (or (null desc) (string= "" desc))
+      (if (or (null desc) (string= "" desc) (string-match "\\`-\\*-" desc))
           "Not documented"
         (car (split-string desc "-\\*-" nil "[ \t\n\r-]+"))))))
 

Reply via email to