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>
(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))