From: Francesco Potortì Date: Tue, 14 Sep 2004 18:41:45 +0000 (+0000) Subject: typo corrected X-Git-Tag: ttn-vms-21-2-B4~4918 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f3aa617fd81f174c147d94bb7fad6140eca85b54;p=emacs.git typo corrected --- diff --git a/etc/ETAGS.EBNF b/etc/ETAGS.EBNF index 55c90dc4701..cebe1b588f0 100644 --- a/etc/ETAGS.EBNF +++ b/etc/ETAGS.EBNF @@ -81,7 +81,7 @@ substring of the tag pattern. We define a set of rules to decide whether it is possible to deduce the tag name from the pattern, and make an unnamed tag in those cases. The name deduced from the pattern of an unnamed tag is the implicit name of that tag. - When the user looks for a tag, and Emacs founds no explicit tag names + When the user looks for a tag, and Emacs finds no explicit tag names that match it, Emacs then looks for an tag whose implicit tag name matches the request. etags.c uses implicit tag names when possible, in order to reduce the size of the tags file.