branch: externals/substitute commit f5b7b373b19496ef802f1c88cf9b48b5499b7c82 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Make link to blog easier to find --- README.md | 2 +- substitute.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 560ec93b62..e879fbc2fe 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Substitute (substitute.el) -⚠️ WORK-IN-PROGRESS ⚠️ Read: <https://protesilaos.com/codelog/2023-01-14-emacs-substitute-package/>. +Read: <https://protesilaos.com/codelog/2023-01-14-emacs-substitute-package/>. Efficiently replace targets in the buffer or context. diff --git a/substitute.el b/substitute.el index b792d98bfc..80e844a532 100644 --- a/substitute.el +++ b/substitute.el @@ -26,7 +26,7 @@ ;;; Commentary: ;; -;; WORK-IN-PROGRESS. +;; Read: <https://protesilaos.com/codelog/2023-01-14-emacs-substitute-package/>. ;; ;; Some Utilities Built to Substitute Targets Independent of Their ;; Utterances, Thoroughly and Easily.