Mercurial > emacs
diff lisp/simple.el @ 7817:d729f75fff04
(delete-blank-lines): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 07 Jun 1994 07:47:24 +0000 |
parents | 763a8b8e7363 |
children | 0eb805c768af |
line wrap: on
line diff
--- 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