branch: externals/substitute
commit f45d2380786f8f4c50f1bb1ceb05e89ec9b8112d
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
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))))