]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/antlr-mode.el
Merge from emacs-24; up to 2012-11-03T05:11:34Z!dmantipov@yandex.ru
[gnu-emacs] / lisp / progmodes / antlr-mode.el
index 4062646c967e2befe46e57f8d94c76ec368fb775..5a054af9883fd33718a71904bd3304fec9ebaab9 100644 (file)
@@ -69,7 +69,7 @@
 ;; This file requires Emacs-20.3, XEmacs-20.4 or higher and package cc-mode.
 
 ;; If antlr-mode is not part of your distribution, put this file into your
-;; load-path and the following into your ~/.emacs:
+;; load-path and the following into your init file:
 ;;   (autoload 'antlr-mode "antlr-mode" nil t)
 ;;   (setq auto-mode-alist (cons '("\\.g\\'" . antlr-mode) auto-mode-alist))
 ;;   (add-hook 'speedbar-load-hook  ; would be too late in antlr-mode.el