CVSROOT:        /cvsroot/auctex
Module name:    auctex
Changes by:     Ralf Angeli <angeli>    06/12/06 18:21:48

Index: context.el
===================================================================
RCS file: /cvsroot/auctex/auctex/context.el,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -b -r1.59 -r1.60
--- context.el  26 Nov 2006 19:21:22 -0000      1.59
+++ context.el  6 Dec 2006 18:21:48 -0000       1.60
@@ -27,7 +27,7 @@
 ;; This is in progress ConTeXt support for AUCTeX. Please report
 ;; anomalies or things you believe should be added.
 
-;; AUCTeX is closely intervowen with LaTeX.  We have to split up
+;; AUCTeX is closely interwoven with LaTeX.  We have to split up
 ;; things without breaking 'em.
 
 ;; some parts are stolen from latex.el and adapted to ConTeXt.
@@ -877,7 +877,7 @@
 (defun ConTeXt-arg-setup (optional &optional prompt)
   "Prompt for setup arguments."
   (let ((setup (read-from-minibuffer
-               (TeX-argument-prompt optional prompt "setup"))))
+               (TeX-argument-prompt optional prompt "Setup"))))
     (ConTeXt-argument-insert setup t)))
 
 


_______________________________________________
auctex-commit mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-commit

Reply via email to