summaryrefslogtreecommitdiff
path: root/lisp/progmodes/ebnf-yac.el
diff options
context:
space:
mode:
authorVinicius Jose Latorre <viniciusjl@ig.com.br>2004-02-29 23:27:07 +0000
committerVinicius Jose Latorre <viniciusjl@ig.com.br>2004-02-29 23:27:07 +0000
commit60df72550d103ac25009939edd01df7ebf2f6fd1 (patch)
treeff19a79005dd1deaa7e714241b0fb2d03874a141 /lisp/progmodes/ebnf-yac.el
parent05f1c4ec55e17cb72356efac83b0be3e2a89321d (diff)
downloademacs-60df72550d103ac25009939edd01df7ebf2f6fd1.tar.gz
Doc fix.
Diffstat (limited to 'lisp/progmodes/ebnf-yac.el')
-rw-r--r--lisp/progmodes/ebnf-yac.el4
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)