# HG changeset patch # User Richard M. Stallman # Date 982446200 0 # Node ID 5d300b531da95d0bbae2c1e46a792ab3bce356ba # Parent 0fd801cdb9fd9f70ea04a499b3b081ef0f481bef (fortran-strip-sqeuence-nos): Doc fix. diff -r 0fd801cdb9fd -r 5d300b531da9 lisp/progmodes/fortran.el --- 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))