# HG changeset patch # User Juanma Barranquero # Date 1163979935 0 # Node ID 5bc3fbbf9e9b4444708d5e3564967ce29803fba1 # Parent 7e5dd39ae47d42ef858f10864e11e3d20c02100b (ebnf-stop-on-error): Fix typo in docstring. diff -r 7e5dd39ae47d -r 5bc3fbbf9e9b lisp/progmodes/ebnf2ps.el --- a/lisp/progmodes/ebnf2ps.el Sun Nov 19 23:42:37 2006 +0000 +++ b/lisp/progmodes/ebnf2ps.el Sun Nov 19 23:45:35 2006 +0000 @@ -275,7 +275,7 @@ ;; ;; 8-bit accentuated characters) except `"', as `"' is used to delimit a ;; ;; terminal. Also, accepts escaped characters, that is, a character ;; ;; pair starting with `\' followed by a printable character, for -;; ;; example: \", \\. +;; ;; example: \", \\. ;; ;; special = "[^?\\000-\\010\\012-\\037\\177-\\237]*". ;; ;; that is, a valid special accepts any printable character (including @@ -800,7 +800,7 @@ ;; `ebnf-reset-style' Reset current style. ;; ;; `ebnf-push-style' Push the current style and set STYLE as the current -;; style. +;; style. ;; ;; `ebnf-pop-style' Pop a style and set it as the current style. ;; @@ -1968,7 +1968,7 @@ (defcustom ebnf-stop-on-error nil - "*Non-nil means signal error and stop. Otherwise, signal error and continue." + "*Non-nil means signal error and stop. Otherwise, signal error and continue." :type 'boolean :version "20" :group 'ebnf2ps)