diff options
author | Glenn Morris <rgm@gnu.org> | 2006-11-10 09:11:55 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2006-11-10 09:11:55 +0000 |
commit | e55d98dff1c8dd60e6f29bf13ed1808b102dfffd (patch) | |
tree | fb05acab2054f703ea7f456f057ec121582906c5 /lisp/progmodes/ebnf2ps.el | |
parent | 14b6e3bb481f4cb48f397c50ae8116b6fc39c937 (diff) | |
download | emacs-e55d98dff1c8dd60e6f29bf13ed1808b102dfffd.tar.gz |
(ebnf-stop-on-error): Doc fix (Nil -> nil).
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 9f27c8a60f1..94173d765b8 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. nil means signal error and continue." :type 'boolean :version "20" :group 'ebnf2ps) |