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

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

[elpa] externals/el-search 30fef15 056/332: use more newlines in `el-sea


From: Stefan Monnier
Subject: [elpa] externals/el-search 30fef15 056/332: use more newlines in `el-search--make-docstring'
Date: Tue, 1 Dec 2020 15:48:10 -0500 (EST)

branch: externals/el-search
commit 30fef1591423bed07329e723ddbd185ee55985f0
Author: Michael Heerdegen <michael_heerdegen@web.de>
Commit: Michael Heerdegen <michael_heerdegen@web.de>

    use more newlines in `el-search--make-docstring'
---
 el-search.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/el-search.el b/el-search.el
index aac4adc..496285b 100644
--- a/el-search.el
+++ b/el-search.el
@@ -346,7 +346,7 @@ Point must not be inside a string or comment."
       (mapc
        (pcase-lambda (`(,symbol . ,fun))
          (when-let ((doc (documentation fun)))
-           (insert "\n\n-- ")
+           (insert "\n\n\n-- ")
            (setq doc (help-fns--signature symbol doc fun fun nil))
            (insert "\n" (or doc "Not documented."))))
        (reverse el-search--pcase-macros))
@@ -679,7 +679,7 @@ expressions.
 Additional `pcase' pattern types to be used with this command can
 be defined with `el-search-defpattern'.
 
-The following additional pattern types are currently defined:\n"
+The following additional pattern types are currently defined:"
   (interactive (list (if (and (eq this-command last-command)
                               el-search-success)
                          el-search-current-pattern



reply via email to

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