aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Kastrup2004-08-22 11:03:22 +0000
committerDavid Kastrup2004-08-22 11:03:22 +0000
commit818226ac7eafb08656e40657c51b87ddcddfe0a5 (patch)
treeb103fcdbb08e0767283501eeadc6d3c41c999761
parent90a02640b4be96f3ac5546f74c63397c31894471 (diff)
downloademacs-818226ac7eafb08656e40657c51b87ddcddfe0a5.tar.gz
emacs-818226ac7eafb08656e40657c51b87ddcddfe0a5.zip
Update AUCTeX
information.
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/progmodes/meta-mode.el2
-rw-r--r--lisp/textmodes/reftex-auc.el2
3 files changed, 5 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 278f92da4ca..bd9c9cd7d2f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12004-08-22 David Kastrup <dak@gnu.org> 12004-08-22 David Kastrup <dak@gnu.org>
2 2
3 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
4 information.
5
3 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information. 6 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
4 7
52004-08-22 Andreas Schwab <schwab@suse.de> 82004-08-22 Andreas Schwab <schwab@suse.de>
diff --git a/lisp/progmodes/meta-mode.el b/lisp/progmodes/meta-mode.el
index 7bf9e935710..ecf8da2e509 100644
--- a/lisp/progmodes/meta-mode.el
+++ b/lisp/progmodes/meta-mode.el
@@ -32,7 +32,7 @@
32;; a major mode including an approriate syntax table, keymap, and a 32;; a major mode including an approriate syntax table, keymap, and a
33;; mode-specific pull-down menu. It also provides a sophisticated set 33;; mode-specific pull-down menu. It also provides a sophisticated set
34;; of font-lock patterns, a fancy indentation function adapted from 34;; of font-lock patterns, a fancy indentation function adapted from
35;; AUC-TeX's latex.el, and some basic mode-specific editing functions 35;; AUCTeX's latex.el, and some basic mode-specific editing functions
36;; such as functions to move to the beginning or end of the enclosing 36;; such as functions to move to the beginning or end of the enclosing
37;; environment, or to mark, re-indent, or comment-out environments. 37;; environment, or to mark, re-indent, or comment-out environments.
38;; On the other hand, it doesn't yet provide any functionality for 38;; On the other hand, it doesn't yet provide any functionality for
diff --git a/lisp/textmodes/reftex-auc.el b/lisp/textmodes/reftex-auc.el
index 7b9ad8348ca..534e4e7b27b 100644
--- a/lisp/textmodes/reftex-auc.el
+++ b/lisp/textmodes/reftex-auc.el
@@ -1,4 +1,4 @@
1;;; reftex-auc.el --- RefTeX's interface to AUC TeX 1;;; reftex-auc.el --- RefTeX's interface to AUCTeX
2;; Copyright (c) 1997, 1998, 1999, 2000, 2003 Free Software Foundation, Inc. 2;; Copyright (c) 1997, 1998, 1999, 2000, 2003 Free Software Foundation, Inc.
3 3
4;; Author: Carsten Dominik <dominik@science.uva.nl> 4;; Author: Carsten Dominik <dominik@science.uva.nl>