summaryrefslogtreecommitdiff
path: root/lisp/progmodes/f90.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-02-05 02:27:57 +0100
committerStefan Kangas <stefan@marxist.se>2021-02-05 02:27:57 +0100
commitde701470b2c62ab47723f8b10cec0ee7f7ed724d (patch)
tree25ea2da9480d5c9ae63209a0a3dd5e0db96f07b7 /lisp/progmodes/f90.el
parent620470f0b7bd648d75b39924b23e54b759d6cbd9 (diff)
downloademacs-de701470b2c62ab47723f8b10cec0ee7f7ed724d.tar.gz
Remove some unnecessary references to Emacs 18
* lisp/progmodes/cmacexp.el: * lisp/progmodes/f90.el: * lisp/shell.el: Doc fix; don't mention Emacs 18.
Diffstat (limited to 'lisp/progmodes/f90.el')
-rw-r--r--lisp/progmodes/f90.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/progmodes/f90.el b/lisp/progmodes/f90.el
index 90678c8cb1c..5c0b7880e8b 100644
--- a/lisp/progmodes/f90.el
+++ b/lisp/progmodes/f90.el
@@ -117,11 +117,10 @@
;; correctly, but I imagine them to be rare.
;; 3) Regexps for hilit19 are no longer supported.
;; 4) For FIXED FORMAT code, use fortran mode.
-;; 5) This mode does not work under emacs-18.x.
-;; 6) Preprocessor directives, i.e., lines starting with # are left-justified
+;; 5) Preprocessor directives, i.e., lines starting with # are left-justified
;; and are untouched by all case-changing commands. There is, at present, no
;; mechanism for treating multi-line directives (continued by \ ).
-;; 7) f77 do-loops do 10 i=.. ; ; 10 continue are not correctly indented.
+;; 6) f77 do-loops do 10 i=.. ; ; 10 continue are not correctly indented.
;; You are urged to use f90-do loops (with labels if you wish).
;; List of user commands