]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/meta-mode.el
(grep-highlight-matches): Doc fix.
[gnu-emacs] / lisp / progmodes / meta-mode.el
index 7e036e55dcbae69ad1a6a8268d57fa328c857c6c..ecf8da2e509ed750403b631f7bcb8e9ed9c1f5aa 100644 (file)
@@ -32,7 +32,7 @@
 ;; a major mode including an approriate syntax table, keymap, and a
 ;; mode-specific pull-down menu.  It also provides a sophisticated set
 ;; of font-lock patterns, a fancy indentation function adapted from
-;; AUC-TeX's latex.el, and some basic mode-specific editing functions
+;; AUCTeX's latex.el, and some basic mode-specific editing functions
 ;; such as functions to move to the beginning or end of the enclosing
 ;; environment, or to mark, re-indent, or comment-out environments.
 ;; On the other hand, it doesn't yet provide any functionality for
@@ -1031,4 +1031,5 @@ Turning on MetaPost mode calls the value of the variable
 (provide 'meta-mode)
 (run-hooks 'meta-mode-load-hook)
 
+;;; arch-tag: ec2916b2-3a83-4cf7-962d-d8019370c006
 ;;; meta-mode.el ends here