diff lisp/progmodes/ebnf2ps.el @ 90667:dbe3f29e61d6

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 505-522) - Update from CVS - Merge from gnus--rel--5.10 - Update from CVS: etc/TUTORIAL.cn: Updated. - Merge from erc--emacs--22 * gnus--rel--5.10 (patch 164-167) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-137
author Miles Bader <miles@gnu.org>
date Tue, 21 Nov 2006 08:56:38 +0000
parents bb0e318b7c53 5bc3fbbf9e9b
children 0b79f231aae3
line wrap: on
line diff
--- a/lisp/progmodes/ebnf2ps.el	Tue Nov 21 01:10:47 2006 +0000
+++ b/lisp/progmodes/ebnf2ps.el	Tue Nov 21 08:56:38 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. Nil means signal error and continue."
+  "*Non-nil means signal error and stop.  Otherwise, signal error and continue."
   :type 'boolean
   :version "20"
   :group 'ebnf2ps)