diff options
author | Glenn Morris <rgm@gnu.org> | 2006-11-11 04:02:22 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2006-11-11 04:02:22 +0000 |
commit | 5e2fd70ae44c72f41bf2aa2badc9ceb3b6e64d95 (patch) | |
tree | f47288b6cac2a65a81dd69d196924784888640ba /lisp/progmodes/ebnf2ps.el | |
parent | 434520fa3dbbd0d726bb76369c4cad73ff19cbeb (diff) | |
download | emacs-5e2fd70ae44c72f41bf2aa2badc9ceb3b6e64d95.tar.gz |
(ebnf-stop-on-error): Improve previous doc fix.
Diffstat (limited to 'lisp/progmodes/ebnf2ps.el')
-rw-r--r-- | lisp/progmodes/ebnf2ps.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/ebnf2ps.el b/lisp/progmodes/ebnf2ps.el index 94173d765b8..c5278b2e4ad 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." (defcustom ebnf-stop-on-error nil - "*Non-nil means signal error and stop. nil means signal error and continue." + "*Non-nil means signal error and stop. Otherwise, signal error and continue." :type 'boolean :version "20" :group 'ebnf2ps) |