branch: main
commit f4baaa9627262f078f8515738ce5c66a3491ade0
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>
auctex.el: Reduce "Commentary" to 3 lines.
---
auctex.el | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/auctex.el b/auctex.el
index 6e34a553..109368f7 100644
--- a/auctex.el
+++ b/auctex.el
@@ -26,10 +26,9 @@
;;; 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 which provides
-;; true "What You See Is What You Get" experience in the sourcebuffer.
+;; AUCTeX is an integrated environment for writing input files for TeX,
+;; LaTeX, ConTeXt, Texinfo, and docTeX. The component preview-latex
+;; provides true "WYSIWYG" experience in the sourcebuffer.
;;; Code: