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

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

[elpa] externals/substitute e5a012fd15 03/39: Reference correct symbol i


From: ELPA Syncer
Subject: [elpa] externals/substitute e5a012fd15 03/39: Reference correct symbol in doc string
Date: Mon, 16 Jan 2023 11:58:43 -0500 (EST)

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

    Reference correct symbol in doc string
---
 substitute.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/substitute.el b/substitute.el
index aa9a4f3174..558af1d509 100644
--- a/substitute.el
+++ b/substitute.el
@@ -180,7 +180,7 @@ to the current function by using `narrow-to-defun'."
 ;;;###autoload
 (defun substitute-target-in-function ()
   "Replace target at point in the scope of the currenct function.
-This is the same as calling `narrow' before
+This is the same as calling `narrow-to-defun' before
 `substitute-target' OR invoking the latter command with its
 NARROW prefix argument."
   (interactive)



reply via email to

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