Function: TeX-fold-macro
TeX-fold-macro is an interactive and byte-compiled function defined in
tex-fold.el.
Signature
(TeX-fold-macro)
Documentation
Hide the macro on which point currently is located.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex-fold.el
(defun TeX-fold-macro ()
"Hide the macro on which point currently is located."
(interactive)
(unless (TeX-fold-item 'macro)
(message "No macro found")))