emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/helm 00bc85d974 1/4: Add Link to bugreport in comment


From: ELPA Syncer
Subject: [nongnu] elpa/helm 00bc85d974 1/4: Add Link to bugreport in comment
Date: Sun, 7 Apr 2024 12:59:59 -0400 (EDT)

branch: elpa/helm
commit 00bc85d9747be58274027bdf53663c1447ec54b1
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]