]> git.eshelyaron.com Git - emacs.git/commitdiff
Correct EBNF explanation (Backus-Naur Form rather than Backus Normal Form).
authorKim F. Storm <storm@cua.dk>
Tue, 14 Sep 2004 19:53:59 +0000 (19:53 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 14 Sep 2004 19:53:59 +0000 (19:53 +0000)
etc/ETAGS.EBNF

index cebe1b588f0a97262b99cbe74dd2ad3bf09e1d0e..4d09eaa581d5d18d0876ec79672064d8e4f25fc5 100644 (file)
@@ -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.