branch: externals/substitute commit e5a012fd15af073a7884576a20840b113fe9af9f Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@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)