Function: elisp--font-lock-shorthand
elisp--font-lock-shorthand is a byte-compiled function defined in
elisp-mode.el.gz.
Signature
(elisp--font-lock-shorthand LIMIT)
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/elisp-mode.el.gz
;; Font-locking support.
(defun elisp--font-lock-shorthand (_limit)
;; Add faces on shorthands between point and LIMIT.
;; ...
;; Return nil to tell font-lock, that there's nothing left to do.
nil)