changeset 57104:27d26db0f6b1

Correct EBNF explanation (Backus-Naur Form rather than Backus Normal Form).
author Kim F. Storm <storm@cua.dk>
date Tue, 14 Sep 2004 19:53:59 +0000
parents ed7a08ddfaf8
children 8f14c8ea51a1
files etc/ETAGS.EBNF
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/etc/ETAGS.EBNF	Tue Sep 14 18:41:45 2004 +0000
+++ b/etc/ETAGS.EBNF	Tue Sep 14 19:53:59 2004 +0000
@@ -2,7 +2,7 @@
 
 This file contains two sections:
 
-1) An EBNF (Extended Backus Normal Form) description of the format of
+1) An EBNF (Extended Backus-Naur Form) description of the format of
     the tags file created by etags.c and interpreted by etags.el;
 2) A discussion of tag names and implicit tag names.