branch: main commit 8d0569dbd09a5e237e18bc0b3733b24f34755072 Author: Arash Esbati <ar...@gnu.org> Commit: Arash Esbati <ar...@gnu.org>
* auctex.el: Fix Commentary section. --- auctex.el | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/auctex.el b/auctex.el index 40a3b311..b308fd78 100644 --- a/auctex.el +++ b/auctex.el @@ -26,6 +26,14 @@ ;;; Commentary: +;; AUCTeX is a comprehensive customizable integrated environment for +;; writing input files for TeX, LaTeX, ConTeXt, Texinfo, and docTeX +;; using Emacs. One component of AUCTeX is preview-latex, a combination +;; of folding and in-source previewing that provides true "What You See +;; Is What You Get" experience in the sourcebuffer. + +;;; Code: + ;; This can be used for starting up AUCTeX. The following somewhat ;; strange trick causes tex-site.el to be loaded in a way that can be ;; safely undone using (unload-feature 'tex-site). @@ -35,8 +43,6 @@ ;; (require 'tex-site (expand-file-name "tex-site.el" ;; (file-name-directory load-file-name)) -;;; Code: - (autoload 'TeX-load-hack (expand-file-name "tex-site.el" (file-name-directory load-file-name)))