diff options
| author | Francesco Potortì | 2002-08-27 16:19:15 +0000 |
|---|---|---|
| committer | Francesco Potortì | 2002-08-27 16:19:15 +0000 |
| commit | d06b424cb0cdda9cbdb35ef71004aef54fe9d62a (patch) | |
| tree | 1e76da378b28f7408b19fd02ebf70365a0307d98 | |
| parent | d62c4c32169da9f5ff2d5ae0e90bf2da38e61cf4 (diff) | |
| download | emacs-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.EBNF | 9 |
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 | ||
| 11 | Productions created from current behavior to aid extensions | 11 | Productions created from current behaviour to aid extensions |
| 12 | Francesco Potorti` <pot@gnu.org> 2002 | 12 | Francesco 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 | |||
| 80 | substring of the tag pattern. We define a set of rules to decide | 80 | substring of the tag pattern. We define a set of rules to decide |
| 81 | whether it is possible to deduce the tag name from the pattern, and make | 81 | whether it is possible to deduce the tag name from the pattern, and make |
| 82 | an unnamed tag in those cases. The name deduced from the pattern of an | 82 | an unnamed tag in those cases. The name deduced from the pattern of an |
| 83 | unnamed tag is the implicit name of that tag. etags.c uses implicit tag | 83 | unnamed tag is the implicit name of that tag. |
| 84 | names 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 |
| 85 | that match it, Emacs then looks for an tag whose implicit tag name | ||
| 86 | matches the request. etags.c uses implicit tag names when possible, in | ||
| 87 | order 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 |
| 86 | last character if it is one of ` \f\t\n\r()=,;', then taking all the | 89 | last character if it is one of ` \f\t\n\r()=,;', then taking all the |
| 87 | rightmost consecutive characters in the pattern which are not one of | 90 | rightmost consecutive characters in the pattern which are not one of |