]> git.eshelyaron.com Git - emacs.git/commitdiff
typo corrected
authorFrancesco Potortì <pot@gnu.org>
Tue, 14 Sep 2004 18:41:45 +0000 (18:41 +0000)
committerFrancesco Potortì <pot@gnu.org>
Tue, 14 Sep 2004 18:41:45 +0000 (18:41 +0000)
etc/ETAGS.EBNF

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