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

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

[elpa] externals/substitute f45d238078 21/39: Add missing word in doc st


From: ELPA Syncer
Subject: [elpa] externals/substitute f45d238078 21/39: Add missing word in doc string
Date: Mon, 16 Jan 2023 11:58:51 -0500 (EST)

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

    Add missing word in doc string
---
 substitute.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/substitute.el b/substitute.el
index d948eaa3dd..6105c1c63c 100644
--- a/substitute.el
+++ b/substitute.el
@@ -140,7 +140,7 @@ Pass to it the TARGET and SCOPE arguments."
       (goto-char (match-end 0))))))
 
 (defun substitute--current-defun ()
-  "Position point to the after after `narrow-to-defun'."
+  "Position point to the top after `narrow-to-defun'."
   (lambda ()
     (narrow-to-defun)
     (goto-char (point-min))))



reply via email to

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