Function: show-tabs-generic-mode
show-tabs-generic-mode is an interactive and byte-compiled function
defined in generic-x.el.gz.
Signature
(show-tabs-generic-mode)
Documentation
Generic mode to show tabs and trailing spaces.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/generic-x.el.gz
(define-generic-mode show-tabs-generic-mode
nil ;; no comment char
nil ;; no keywords
(eval-when-compile show-tabs-generic-mode-font-lock-defaults-1)
nil ;; no auto-mode-alist
;; '(show-tabs-generic-mode-hook-fun)
nil
"Generic mode to show tabs and trailing spaces.")