auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] Changes to auctex/tex-fold.el


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/tex-fold.el
Date: Thu, 05 May 2005 06:00:47 -0400

Index: auctex/tex-fold.el
diff -u auctex/tex-fold.el:1.45 auctex/tex-fold.el:1.46
--- auctex/tex-fold.el:1.45     Wed May  4 21:21:48 2005
+++ auctex/tex-fold.el  Thu May  5 10:00:47 2005
@@ -746,12 +746,11 @@
 ;;; available to tell people what to expect when using this mode
 ;;; before loading it.
 
-;;;###autoload (autoload 'TeX-fold-mode "tex-fold")
+;;;###autoload (autoload 'TeX-fold-mode "tex-fold" "Minor mode for hiding and 
revealing macros and environments.")
 (define-minor-mode TeX-fold-mode
-  "Toggle TeX-fold-mode on or off.
-TeX-fold-mode lets you hide and unhide LaTeX macros.
+  "Minor mode for hiding and revealing macros and environments.
 
-Interactively, with no prefix argument, toggle the mode.
+Called interactively, with no prefix argument, toggle the mode.
 With universal prefix ARG (or if ARG is nil) turn mode on.
 With zero or negative ARG turn mode off."
   nil nil TeX-fold-keymap




reply via email to

[Prev in Thread] Current Thread [Next in Thread]