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

    Fix typo in substitute-target-to-beginning-of-buffer defalias
    
    Thanks to ersi-dnd for pointing this out.  Done in issue 9 on the
    GitHub mirror: <https://github.com/protesilaos/substitute/issues/9>.
---
 substitute.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/substitute.el b/substitute.el
index f3679de8fb..ce723e1834 100644
--- a/substitute.el
+++ b/substitute.el
@@ -6,7 +6,7 @@
 ;; Maintainer: Protesilaos Stavrou General Issues 
<~protesilaos/general-iss...@lists.sr.ht>
 ;; URL: https://git.sr.ht/~protesilaos/substitute
 ;; Mailing-List: https://lists.sr.ht/~protesilaos/general-issues
-;; Version: 0.2.0
+;; Version: 0.2.1
 ;; Package-Requires: ((emacs "27.1"))
 
 ;; This file is NOT part of GNU Emacs.
@@ -335,7 +335,7 @@ same as always calling this command with FIXED-CASE." doc)
  'above)
 
 (defalias 'substitute-target-to-beginning-of-buffer
-  'substitute-target-below-point)
+  'substitute-target-above-point)
 
 (defun substitute-report-operation (target sub count scope)
   "Print message of substitution.

Reply via email to