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

    Tweak one doc string format
---
 substitute.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/substitute.el b/substitute.el
index cb9735eb86..4287ba7035 100644
--- a/substitute.el
+++ b/substitute.el
@@ -64,7 +64,7 @@ Possible meaningful values for SCOPE are:
 
 - `below' :: from point to the end of the buffer.
 - `above' :: from point to the beginning of the buffer.
-- nil :: across the whole buffer.
+- nil     :: across the whole buffer.
 - non-nil :: limit to the current defun per `narrow-to-defun'."
   (pcase scope
     ('below "from point to the END of the buffer")

Reply via email to