]> git.eshelyaron.com Git - emacs.git/commitdiff
(delete-blank-lines): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 7 Jun 1994 07:47:24 +0000 (07:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 7 Jun 1994 07:47:24 +0000 (07:47 +0000)
lisp/simple.el

index b55487968e660bee3f5f83b9dead1117a649321f..484b217c5fa81f0dfa3bece0b6e8bfc2b12592e4 100644 (file)
@@ -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