# HG changeset patch # User Glenn Morris # Date 1163217742 0 # Node ID 4f55cacfb44d1eec708b7693a20f56bd2c822858 # Parent 2afcd781ea33212ff06f466ccfddd5319e6ed976 (ebnf-stop-on-error): Improve previous doc fix. diff -r 2afcd781ea33 -r 4f55cacfb44d lisp/progmodes/ebnf2ps.el --- a/lisp/progmodes/ebnf2ps.el Sat Nov 11 04:01:58 2006 +0000 +++ b/lisp/progmodes/ebnf2ps.el Sat Nov 11 04:02:22 2006 +0000 @@ -1968,7 +1968,7 @@ (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)