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

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

[elpa] externals/urgrep dbb2c2caeb 095/115: Wrap some docstring lines wi


From: ELPA Syncer
Subject: [elpa] externals/urgrep dbb2c2caeb 095/115: Wrap some docstring lines with "\"
Date: Wed, 10 May 2023 03:00:48 -0400 (EDT)

branch: externals/urgrep
commit dbb2c2caeb87a0616d183792d6239b6adf3c65e8
Author: Jim Porter <jporterbugs@gmail.com>
Commit: Jim Porter <jporterbugs@gmail.com>

    Wrap some docstring lines with "\"
---
 urgrep.el | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/urgrep.el b/urgrep.el
index 9f4afd767f..516d9957ee 100644
--- a/urgrep.el
+++ b/urgrep.el
@@ -1018,8 +1018,10 @@ directory."
   "Recursively search for a given QUERY.
 
 When called interactively, search in the project's root directory, or
-the current directory if there is no current project.  With 
\\[universal-argument] prefix,
-search in the current directory.  With two \\[universal-argument] prefixes, 
prompt for a
+the current directory if there is no current project.  With \
+\\[universal-argument] prefix,
+search in the current directory.  With two \\[universal-argument] prefixes, \
+prompt for a
 directory to search in.
 \\<urgrep-minibuffer-map>
 The following keys are bound in `urgrep-minibuffer-map', active when
@@ -1032,7 +1034,8 @@ Type \\[urgrep-set-context] to set the number of context 
lines.
   lines.  Without a prefix, prompt for the number.
 Type \\[urgrep-set-before-context] to set the number of before context lines.
 Type \\[urgrep-set-after-context] to set the number of after context lines.
-Type \\[urgrep-set-file-wildcards] to set a wildcard to filter the files 
searched."
+Type \\[urgrep-set-file-wildcards] to set a wildcard to filter the files \
+searched."
   (interactive
    (let ((directory (urgrep--read-directory current-prefix-arg)))
      (urgrep--read-query nil :directory directory)))



reply via email to

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