branch: externals/substitute commit 0c3e1c79ca6cd4f654ac82709af2d5108bf21cd3 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add indentation in one place --- substitute.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substitute.el b/substitute.el index e1fde40781..0de8732de3 100644 --- a/substitute.el +++ b/substitute.el @@ -192,7 +192,7 @@ Report a `user-error' if no target is found." "Produce substitute command using FN, DOC, and SCOPE." `(defun ,fn (target sub) ,(format - "Replace TARGET with SUB %s. + "Replace TARGET with SUB %s. When called interactively, TARGET is the symbol at point and SUB is a string that is provided at the minibuffer prompt.