aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/ebnf2ps.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/ebnf2ps.el b/lisp/progmodes/ebnf2ps.el
index 9f27c8a60f1..94173d765b8 100644
--- a/lisp/progmodes/ebnf2ps.el
+++ b/lisp/progmodes/ebnf2ps.el
@@ -1968,7 +1968,7 @@ when executing ebnf2ps, set `ebnf-use-float-format' to nil."
1968 1968
1969 1969
1970(defcustom ebnf-stop-on-error nil 1970(defcustom ebnf-stop-on-error nil
1971 "*Non-nil means signal error and stop. Nil means signal error and continue." 1971 "*Non-nil means signal error and stop. nil means signal error and continue."
1972 :type 'boolean 1972 :type 'boolean
1973 :version "20" 1973 :version "20"
1974 :group 'ebnf2ps) 1974 :group 'ebnf2ps)