branch: elpa/helm
commit 00bc85d9747be58274027bdf53663c1447ec54b1
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Add Link to bugreport in comment
---
helm-elisp.el | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/helm-elisp.el b/helm-elisp.el
index 9f9e47a5c5..2afda10aa7 100644
--- a/helm-elisp.el
+++ b/helm-elisp.el
@@ -432,10 +432,11 @@ documentation when SYM name is the same for function and
variable."
;; `documentation' return "\n\n(args...)"
;; for CL-style functions.
(not (string-match-p "\\`\n\n" doc)))
- ;; Some commands specify key bindings or keymap in their first line,
e.g.:
- ;; "\<hexl-mode-map>A mode for editing binary [...]. As a result
- ;; (substitute-command-keys doc) returns a string like
- ;; "\nUses keymap...\nFirst line docstring.
+ ;; Some commands specify key bindings or keymap in their first line,
+ ;; e.g.: "\<hexl-mode-map>A mode for editing binary [...]. As a result
+ ;; (substitute-command-keys doc) returns a string like "\nUses
+ ;; keymap...\nFirst line docstring. See
+ ;; <https://debbugs.gnu.org/70163>.
(truncate-string-to-width
(helm-acase (split-string (substitute-command-keys doc) "\n")
((guard (and (string= (car it) "") (cdr it)))