auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] Changes to auctex/style/inputenc.el


From: Arne Jørgensen
Subject: [AUCTeX-diffs] Changes to auctex/style/inputenc.el
Date: Wed, 19 Oct 2005 17:19:16 -0400

Index: auctex/style/inputenc.el
diff -u auctex/style/inputenc.el:1.2 auctex/style/inputenc.el:1.3
--- auctex/style/inputenc.el:1.2        Thu Oct 13 17:16:47 2005
+++ auctex/style/inputenc.el    Wed Oct 19 21:19:11 2005
@@ -29,7 +29,7 @@
 ;;; Code:
 
 (defun LaTeX-inputenc-package-options nil
-  "Prompt for input encoding."
+  "Prompt for package options for the inputenc package."
   ;; separate the condition in three to silence the byte compiler
   (if (boundp 'latex-inputenc-coding-alist)
       (when (fboundp 'latexenc-coding-system-to-inputenc)
@@ -69,7 +69,8 @@
     (read-string "Input encoding: ")))
 
 (defun LaTeX-arg-inputenc-inputenc (optional)
- (TeX-argument-insert (LaTeX-inputenc-package-options) nil))
+  "Prompt for input encoding."
+  (TeX-argument-insert (LaTeX-inputenc-package-options) nil))
 
 (TeX-add-style-hook
  "inputenc"




reply via email to

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