Function: sh-font-lock-keywords-2
sh-font-lock-keywords-2 is a byte-compiled function defined in
sh-script.el.gz.
Signature
(sh-font-lock-keywords-2)
Documentation
Function to get better fontification including keywords and builtins.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/sh-script.el.gz
(defun sh-font-lock-keywords-2 ()
"Function to get better fontification including keywords and builtins."
(sh-font-lock-keywords-1 t))