diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-01-25 08:08:24 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-01-25 08:09:09 -0800 |
commit | a528a60f48f6b939c5014c96d3445de13d2ed243 (patch) | |
tree | 8240a9b0e1fa63d38e514e68276e0b6c4e2993b8 /lisp/progmodes/antlr-mode.el | |
parent | 21beb19d80b6aba2c2b736b3e1d031f1ef0e743d (diff) | |
download | emacs-a528a60f48f6b939c5014c96d3445de13d2ed243.tar.gz emacs-a528a60f48f6b939c5014c96d3445de13d2ed243.tar.bz2 emacs-a528a60f48f6b939c5014c96d3445de13d2ed243.zip |
Spelling fixes
Diffstat (limited to 'lisp/progmodes/antlr-mode.el')
-rw-r--r-- | lisp/progmodes/antlr-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/antlr-mode.el b/lisp/progmodes/antlr-mode.el index f33609c1d0a..ee81add340c 100644 --- a/lisp/progmodes/antlr-mode.el +++ b/lisp/progmodes/antlr-mode.el @@ -537,7 +537,7 @@ corresponding kind, i.e., looks like \(OPTION-DEF...). Each OPTION-DEF looks like \(OPTION-NAME EXTRA-FN VALUE-SPEC...) which defines a file/grammar/rule/subrule option with name OPTION-NAME. The OPTION-NAMEs are used for the creation of the \"Insert XXX Option\" -submenus, see `antlr-options-use-submenus', and to allow the insersion +submenus, see `antlr-options-use-submenus', and to allow the insertion of the option name with completion when using \\[antlr-insert-option]. If EXTRA-FN is a function, it is called at different phases of the |