changeset 36171:5d300b531da9

(fortran-strip-sqeuence-nos): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sat, 17 Feb 2001 21:43:20 +0000
parents 0fd801cdb9fd
children ee0309e95c9b
files lisp/progmodes/fortran.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/fortran.el	Sat Feb 17 18:12:07 2001 +0000
+++ b/lisp/progmodes/fortran.el	Sat Feb 17 21:43:20 2001 +0000
@@ -1789,9 +1789,9 @@
     (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))