1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-12 22:40:46 -08:00

(ebnf-stop-on-error): Doc fix (Nil -> nil).

This commit is contained in:
Glenn Morris 2006-11-10 09:11:55 +00:00
parent 14b6e3bb48
commit e55d98dff1

View file

@ -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. nil means signal error and continue."
:type 'boolean
:version "20"
:group 'ebnf2ps)