From: Eli Zaretskii Date: Fri, 18 Jan 2002 10:33:34 +0000 (+0000) Subject: Update the manual version and the corresponding Emacs version. Update X-Git-Tag: emacs-21.2~174 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1efc61495bf8c92a9b33acdf6160e091c185ebc8;p=emacs.git Update the manual version and the corresponding Emacs version. Update the copyright years. --- diff --git a/lispref/intro.texi b/lispref/intro.texi index 604a3b1f2f2..d21a95a7b17 100644 --- a/lispref/intro.texi +++ b/lispref/intro.texi @@ -1,6 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990, 1991, 1992, 1993, 1994 Free Software Foundation, Inc. +@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 2002 +@c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/intro @@ -34,7 +35,7 @@ Lisp that have counterparts in many programming languages, and later chapters describe features that are peculiar to Emacs Lisp or relate specifically to editing. - This is edition 2.7. + This is edition 2.8. @menu * Caveats:: Flaws and a request for help.