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

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

[elpa] externals/substitute 11b4277bfe 13/39: Remove obsolete symbol fro


From: ELPA Syncer
Subject: [elpa] externals/substitute 11b4277bfe 13/39: Remove obsolete symbol from doc strings
Date: Mon, 16 Jan 2023 11:58:50 -0500 (EST)

branch: externals/substitute
commit 11b4277bfe5e661f04630be40ea2129c7e1d57d4
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Remove obsolete symbol from doc strings
---
 substitute.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/substitute.el b/substitute.el
index c24b4d0c61..f029b96845 100644
--- a/substitute.el
+++ b/substitute.el
@@ -57,7 +57,7 @@ For a reference function, see `substitute-report-operation'."
   :type 'hook)
 
 (defvar substitute--history '()
-  "Minibuffer history for `substitute-replace-target'.")
+  "Minibuffer history for substitution commands.")
 
 (defun substitute--scope (scope)
   "Return string that describes SCOPE in plain terms.
@@ -81,8 +81,7 @@ and related."
   (replace-regexp-in-string "\\\\_<\\(?1:.*?\\)\\\\_>" "\\1" target))
 
 (defun substitute--prompt-without-highlight (target scope)
-  "Prompt for string while referencing TARGET and SCOPE.
-Substantiate the interactivity of `substitute-replace-target'."
+  "Prompt for string while referencing TARGET and SCOPE."
   (let ((pretty-target (substitute--pretty-target target)))
     (read-string
      (format "Replace `%s' %s with: "



reply via email to

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