# HG changeset patch # User Kim F. Storm # Date 1095191639 0 # Node ID 27d26db0f6b15a4c25835d83c22641c9ba1b8814 # Parent ed7a08ddfaf8ffd35d45265533e18b349b4929bc Correct EBNF explanation (Backus-Naur Form rather than Backus Normal Form). diff -r ed7a08ddfaf8 -r 27d26db0f6b1 etc/ETAGS.EBNF --- 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.