X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/2db38a6f98c2abb42b746064ce97417cccc27e68..ec392ff1a3ce6bd4d32371be454003f642812d5b:/etc/ETAGS.EBNF diff --git a/etc/ETAGS.EBNF b/etc/ETAGS.EBNF index 09f07a8239..dfbf02bccd 100644 --- a/etc/ETAGS.EBNF +++ b/etc/ETAGS.EBNF @@ -1,4 +1,4 @@ --*- indented-text -*- +-*- mode: indented-text; coding: utf-8 -*- See the end of this file for copyright information. @@ -11,7 +11,7 @@ This file contains two sections: ====================== 1) EBNF tag file description ===================== Productions created from current behavior to aid extensions -Francesco Potorti` 2002 +Francesco Potortì 2002 ---------------- FF ::= #x0c /* tag section starter */ @@ -88,14 +88,13 @@ 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. An implicit tag name is deduced from the pattern by discarding the -last character if it is one of ` \f\t\n\r()=,;', then taking all the +last character if it is one of ' \f\t\n\r()=,;', then taking all the rightmost consecutive characters in the pattern which are not one of those. ===================== end of discussion of tag names ===================== -Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 -Free Software Foundation, Inc. +Copyright (C) 2002-2016 Free Software Foundation, Inc. COPYING PERMISSIONS: