From 6d30d416f36309c4c21a81bf1f588790d5998fa4 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 7 Jun 1994 07:47:24 +0000 Subject: [PATCH] (delete-blank-lines): Doc fix. --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/simple.el b/lisp/simple.el index b55487968e6..484b217c5fa 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -134,7 +134,7 @@ Leave one space or none, according to the context." (defun delete-blank-lines () "On blank line, delete all surrounding blank lines, leaving just one. On isolated blank line, delete that one. -On nonblank line, delete all blank lines that follow it." +On nonblank line, delete any immediately following blank lines." (interactive "*") (let (thisblank singleblank) (save-excursion -- 2.39.5