emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex fe06211 24/42: Fix doc strings and comments


From: Tassilo Horn
Subject: [elpa] externals/auctex fe06211 24/42: Fix doc strings and comments
Date: Thu, 23 Nov 2017 06:06:12 -0500 (EST)

branch: externals/auctex
commit fe0621156fe1545868bc14d4151038f76ffb60b6
Author: Ikumi Keita <address@hidden>
Commit: Ikumi Keita <address@hidden>

    Fix doc strings and comments
    
    * plain-tex.el (TeX-plain-tex-mode, ams-tex-mode): Fix doc strings.
    * tex-fold.el (): Fix typo.
---
 plain-tex.el | 4 ++--
 tex-fold.el  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/plain-tex.el b/plain-tex.el
index 4960196..22ef4b2 100644
--- a/plain-tex.el
+++ b/plain-tex.el
@@ -126,7 +126,7 @@ Special commands:
 
 Entering `plain-tex-mode' calls the value of `text-mode-hook',
 then the value of `TeX-mode-hook', and then the value
-of plain-TeX-mode-hook."
+of `plain-TeX-mode-hook'."
   (interactive)
   (plain-TeX-common-initialization)
   (setq major-mode 'plain-tex-mode)
@@ -298,7 +298,7 @@ See info under AUCTeX for documentation.
 Special commands:
 \\{AmSTeX-mode-map}
 
-Entering AmS-tex-mode calls the value of `text-mode-hook',
+Entering `ams-tex-mode' calls the value of `text-mode-hook',
 then the value of `TeX-mode-hook', and then the value
 of `AmS-TeX-mode-hook'."
   (interactive)
diff --git a/tex-fold.el b/tex-fold.el
index 6188147..356c268 100644
--- a/tex-fold.el
+++ b/tex-fold.el
@@ -28,7 +28,7 @@
 ;;; Commentary:
 
 ;; This file provides support for hiding and unhiding TeX, LaTeX,
-;; ContTeXt, Texinfo and similar macros and environments inside of
+;; ConTeXt, Texinfo and similar macros and environments inside of
 ;; AUCTeX.
 ;;
 ;; Caveats:



reply via email to

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