mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Fix :type in `antlr-tool-command'
* lisp/progmodes/antlr-mode.el (antlr-tool-command): Give it a proper :type.
This commit is contained in:
parent
251c070dfd
commit
74cbef7c45
1 changed files with 1 additions and 1 deletions
|
|
@ -751,7 +751,7 @@ This variable should include all options passed to Antlr except the
|
|||
option \"-glib\" which is automatically suggested if necessary.
|
||||
|
||||
OBSOLETE as user option - customize version dependent user options."
|
||||
:type 'string)
|
||||
:type '(choice (const nil) string))
|
||||
|
||||
(defcustom antlr-v4-tool-command "java org.antlr.v4.Tool"
|
||||
;; you probably also need to add s/th like
|
||||
|
|
|
|||
Loading…
Reference in a new issue