]> code.delx.au - gnu-emacs/blobdiff - etc/ETAGS.EBNF
* test/lisp/help-fns-tests.el: Add several tests for 'describe-function'.
[gnu-emacs] / etc / ETAGS.EBNF
index 002747a630a86fde25f5f76821e0b30407fe2682..dfbf02bccd275a3c24763bbf79d7dbef19c5daa9 100644 (file)
@@ -1,4 +1,4 @@
--*- indented-text -*-
+-*- mode: indented-text; coding: utf-8 -*-
 
 See the end of this file for copyright information.
 
@@ -10,8 +10,8 @@ This file contains two sections:
 
 ====================== 1) EBNF tag file description =====================
 
-Productions created from current behaviour to aid extensions
-Francesco Potorti` <pot@gnu.org> 2002
+Productions created from current behavior to aid extensions
+Francesco Potortì <pot@gnu.org> 2002
 ----------------
 
 FF ::= #x0c                               /* tag section starter */
@@ -88,21 +88,20 @@ 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
-Free Software Foundation, Inc.
+Copyright (C) 2002-2016 Free Software Foundation, Inc.
 
 COPYING PERMISSIONS:
 
-    This document is free software; you can redistribute it and/or modify
+    This document is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 3, or (at your option)
-    any later version.
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
 
     This program is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -110,6 +109,4 @@ COPYING PERMISSIONS:
     GNU General Public License for more details.
 
     You should have received a copy of the GNU General Public License
-    along with this program; see the file COPYING.  If not, write to
-    the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
-    Boston, MA 02110-1301 USA.
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.