# HG changeset patch # User Richard M. Stallman # Date 770975244 0 # Node ID d729f75fff04cde322feda07a907e9a07316966c # Parent b34d9c53ebb6c88364627d3d192fdbb5bb84cfa2 (delete-blank-lines): Doc fix. diff -r b34d9c53ebb6 -r d729f75fff04 lisp/simple.el --- a/lisp/simple.el Tue Jun 07 07:30:58 1994 +0000 +++ b/lisp/simple.el Tue Jun 07 07:47:24 1994 +0000 @@ -134,7 +134,7 @@ (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