summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2006-11-11 04:02:22 +0000
committerGlenn Morris <rgm@gnu.org>2006-11-11 04:02:22 +0000
commit5e2fd70ae44c72f41bf2aa2badc9ceb3b6e64d95 (patch)
treef47288b6cac2a65a81dd69d196924784888640ba
parent434520fa3dbbd0d726bb76369c4cad73ff19cbeb (diff)
downloademacs-5e2fd70ae44c72f41bf2aa2badc9ceb3b6e64d95.tar.gz
(ebnf-stop-on-error): Improve previous doc fix.
-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 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)