~protesilaos/substitute

f1eb36c9e14df99e7ce8918a0add8893b79108da — Protesilaos Stavrou 1 year, 4 months ago 2e971d2 main
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>.
1 files changed, 2 insertions(+), 2 deletions(-)

M substitute.el
M substitute.el => substitute.el +2 -2
@@ 6,7 6,7 @@
;; Maintainer: Protesilaos Stavrou General Issues <~protesilaos/general-issues@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.