X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/eb383a928510e984a967d35f8d96a4fe4cf55e51..871711183b12f81f71f3940db21b8d05fb51af2a:/man/cl.texi diff --git a/man/cl.texi b/man/cl.texi index 16c738d717..051aa18e02 100644 --- a/man/cl.texi +++ b/man/cl.texi @@ -5,11 +5,12 @@ @copying This file documents the GNU Emacs Common Lisp emulation package. -Copyright (C) 1993, 2002, 2005 Free Software Foundation, Inc. +Copyright @copyright{} 1993, 2002, 2003, 2004, 2005, 2006 Free +Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document -under the terms of the GNU Free Documentation License, Version 1.1 or +under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, with the Front-Cover texts being ``A GNU Manual'', and with the Back-Cover Texts as in (a) below. A copy of the @@ -136,7 +137,7 @@ Lisp version of the function (e.g., @code{assoc*}). The package described here was written by Dave Gillespie, @file{daveg@@synaptics.com}. It is a total rewrite of the original 1986 @file{cl.el} package by Cesar Quiroz. Most features of the -the Quiroz package have been retained; any incompatibilities are +Quiroz package have been retained; any incompatibilities are noted in the descriptions below. Care has been taken in this version to ensure that each function is defined efficiently, concisely, and with minimal impact on the rest of the Emacs