Function: fortran-abbrev-help
fortran-abbrev-help is an interactive and byte-compiled function
defined in fortran.el.gz.
Signature
(fortran-abbrev-help)
Documentation
List the currently defined abbrevs in Fortran mode.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/fortran.el.gz
(defun fortran-abbrev-help ()
"List the currently defined abbrevs in Fortran mode."
(interactive)
(message "Listing abbrev table...")
(display-buffer (fortran-prepare-abbrev-list-buffer))
(message "Listing abbrev table...done"))