From: Richard M. Stallman Date: Sat, 17 Feb 2001 21:43:42 +0000 (+0000) Subject: (fortran-strip-sqeuence-nos): Doc fix. X-Git-Tag: emacs-pretest-21.0.99~313 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b9fe3dc8d5b225f0740649fb38690b122d7d61c3;p=emacs.git (fortran-strip-sqeuence-nos): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a26f0de6c32..b7851101c00 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2001-02-17 Richard M. Stallman + * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix. + * uniquify.el (uniquify-buffer-name-style): Doc fix. 2001-02-16 Gerd Moellmann diff --git a/lisp/progmodes/fortran.el b/lisp/progmodes/fortran.el index a845358a6a2..d83f64763bc 100644 --- a/lisp/progmodes/fortran.el +++ b/lisp/progmodes/fortran.el @@ -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))