]> git.eshelyaron.com Git - emacs.git/commitdiff
(fortran-strip-sqeuence-nos): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sat, 17 Feb 2001 21:43:42 +0000 (21:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 17 Feb 2001 21:43:42 +0000 (21:43 +0000)
lisp/ChangeLog
lisp/progmodes/fortran.el

index a26f0de6c3223091f41f967614eb0e52a2c1ce47..b7851101c0018016de9d180ff9296cdcd225ea43 100644 (file)
@@ -1,5 +1,7 @@
 2001-02-17  Richard M. Stallman  <rms@gnu.org>
 
+       * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
+
        * uniquify.el (uniquify-buffer-name-style): Doc fix.
 
 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
index a845358a6a2a0cb7280d48dd758b870ec440eba0..d83f64763bcc90192683bf5da038251f24251427 100644 (file)
@@ -1789,9 +1789,9 @@ Intended as the value of `fill-paragraph-function'."
     (fortran-indent-line)))
 
 (defun fortran-strip-sqeuence-nos (&optional do-space)
-  "Delete all text after column 72 (assumed to be sequence numbers).
-Also delete trailing whitespace after stripping such text.  Supplying
-prefix arg DO-SPACE prevents stripping the whitespace."
+  "Delete all text in column 72 and up (assumed to be sequence numbers).
+Normally also deletes trailing whitespace after stripping such text.
+Supplying prefix arg DO-SPACE prevents stripping the whitespace."
   (interactive "p")
   (save-excursion
     (goto-char (point-min))