aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-02-17 21:43:42 +0000
committerRichard M. Stallman2001-02-17 21:43:42 +0000
commitb9fe3dc8d5b225f0740649fb38690b122d7d61c3 (patch)
treed492daa5b9f593c026fd08d0d7c9976b1d831bb5
parent4b40407a71a50475eb20f1d3b9d92462bffae80c (diff)
downloademacs-b9fe3dc8d5b225f0740649fb38690b122d7d61c3.tar.gz
emacs-b9fe3dc8d5b225f0740649fb38690b122d7d61c3.zip
(fortran-strip-sqeuence-nos): Doc fix.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/progmodes/fortran.el6
2 files changed, 5 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a26f0de6c32..b7851101c00 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12001-02-17 Richard M. Stallman <rms@gnu.org> 12001-02-17 Richard M. Stallman <rms@gnu.org>
2 2
3 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
4
3 * uniquify.el (uniquify-buffer-name-style): Doc fix. 5 * uniquify.el (uniquify-buffer-name-style): Doc fix.
4 6
52001-02-16 Gerd Moellmann <gerd@gnu.org> 72001-02-16 Gerd Moellmann <gerd@gnu.org>
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'."
1789 (fortran-indent-line))) 1789 (fortran-indent-line)))
1790 1790
1791(defun fortran-strip-sqeuence-nos (&optional do-space) 1791(defun fortran-strip-sqeuence-nos (&optional do-space)
1792 "Delete all text after column 72 (assumed to be sequence numbers). 1792 "Delete all text in column 72 and up (assumed to be sequence numbers).
1793Also delete trailing whitespace after stripping such text. Supplying 1793Normally also deletes trailing whitespace after stripping such text.
1794prefix arg DO-SPACE prevents stripping the whitespace." 1794Supplying prefix arg DO-SPACE prevents stripping the whitespace."
1795 (interactive "p") 1795 (interactive "p")
1796 (save-excursion 1796 (save-excursion
1797 (goto-char (point-min)) 1797 (goto-char (point-min))