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:
parent
14b6e3bb48
commit
e55d98dff1
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue