Function: quail-show-layout
quail-show-layout is a byte-compiled function defined in quail.el.gz.
Signature
(quail-show-layout)
Documentation
Return show-layout flag of the current Quail package.
See also the documentation of quail-define-package.
Source Code
;; Defined in /usr/src/emacs/lisp/international/quail.el.gz
(defsubst quail-show-layout ()
"Return `show-layout' flag of the current Quail package.
See also the documentation of `quail-define-package'."
(nth 9 quail-current-package))