Function: f90-capitalize-keywords
f90-capitalize-keywords is an interactive and byte-compiled function
defined in f90.el.gz.
Signature
(f90-capitalize-keywords)
Documentation
Capitalize all F90 keywords in the buffer.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/f90.el.gz
(defun f90-capitalize-keywords ()
"Capitalize all F90 keywords in the buffer."
(interactive "*")
(f90-change-keywords 'capitalize-word))