aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Potortì2002-08-27 16:19:15 +0000
committerFrancesco Potortì2002-08-27 16:19:15 +0000
commitd06b424cb0cdda9cbdb35ef71004aef54fe9d62a (patch)
tree1e76da378b28f7408b19fd02ebf70365a0307d98
parentd62c4c32169da9f5ff2d5ae0e90bf2da38e61cf4 (diff)
downloademacs-d06b424cb0cdda9cbdb35ef71004aef54fe9d62a.tar.gz
emacs-d06b424cb0cdda9cbdb35ef71004aef54fe9d62a.zip
Forgot a piece, put back in.
Behaviour is not a typo, it is the British spelling, which I normally use.
-rw-r--r--etc/ETAGS.EBNF9
1 files changed, 6 insertions, 3 deletions
diff --git a/etc/ETAGS.EBNF b/etc/ETAGS.EBNF
index f9bd0bbcf52..55c90dc4701 100644
--- a/etc/ETAGS.EBNF
+++ b/etc/ETAGS.EBNF
@@ -8,7 +8,7 @@ This file contains two sections:
8 8
9====================== 1) EBNF tag file description ===================== 9====================== 1) EBNF tag file description =====================
10 10
11Productions created from current behavior to aid extensions 11Productions created from current behaviour to aid extensions
12Francesco Potorti` <pot@gnu.org> 2002 12Francesco Potorti` <pot@gnu.org> 2002
13---------------- 13----------------
14 14
@@ -80,8 +80,11 @@ redundant; this happens when the name of a tag is an easily guessable
80substring of the tag pattern. We define a set of rules to decide 80substring of the tag pattern. We define a set of rules to decide
81whether it is possible to deduce the tag name from the pattern, and make 81whether it is possible to deduce the tag name from the pattern, and make
82an unnamed tag in those cases. The name deduced from the pattern of an 82an unnamed tag in those cases. The name deduced from the pattern of an
83unnamed tag is the implicit name of that tag. etags.c uses implicit tag 83unnamed tag is the implicit name of that tag.
84names when possible, in order to reduce the size of the tags file. 84 When the user looks for a tag, and Emacs founds no explicit tag names
85that match it, Emacs then looks for an tag whose implicit tag name
86matches the request. etags.c uses implicit tag names when possible, in
87order to reduce the size of the tags file.
85 An implicit tag name is deduced from the pattern by discarding the 88 An implicit tag name is deduced from the pattern by discarding the
86last character if it is one of ` \f\t\n\r()=,;', then taking all the 89last character if it is one of ` \f\t\n\r()=,;', then taking all the
87rightmost consecutive characters in the pattern which are not one of 90rightmost consecutive characters in the pattern which are not one of