diff options
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2004-02-29 23:27:07 +0000 |
---|---|---|
committer | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2004-02-29 23:27:07 +0000 |
commit | 60df72550d103ac25009939edd01df7ebf2f6fd1 (patch) | |
tree | ff19a79005dd1deaa7e714241b0fb2d03874a141 /lisp/progmodes/ebnf-yac.el | |
parent | 05f1c4ec55e17cb72356efac83b0be3e2a89321d (diff) | |
download | emacs-60df72550d103ac25009939edd01df7ebf2f6fd1.tar.gz |
Doc fix.
Diffstat (limited to 'lisp/progmodes/ebnf-yac.el')
-rw-r--r-- | lisp/progmodes/ebnf-yac.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/ebnf-yac.el b/lisp/progmodes/ebnf-yac.el index 199e076ad61..ff097b5195d 100644 --- a/lisp/progmodes/ebnf-yac.el +++ b/lisp/progmodes/ebnf-yac.el @@ -5,7 +5,7 @@ ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> -;; Time-stamp: <2004/02/22 14:24:17 vinicius> +;; Time-stamp: <2004/02/29 20:23:29 vinicius> ;; Keywords: wp, ebnf, PostScript ;; Version: 1.2.1 @@ -68,7 +68,7 @@ ;; Name = "[A-Za-z][A-Za-z0-9_.]*". ;; ;; Comment = "/*" "any character, but the sequence \"*/\"" "*/" -;; | "//" "any character" "\\n". +;; | "//" "any character, but the newline \"\\n\"" "\\n". ;; ;; ;; In other words, a valid Name begins with a letter (upper or lower case) |