diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2014-01-01 00:31:29 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2014-01-01 00:31:29 -0800 |
commit | 6bc383b1a4ebf46451085a1629a0e9433f2051cf (patch) | |
tree | ea86fb1ad8e13974b45c1eed70df7856990122c2 /doc/misc/cl.texi | |
parent | ba3189039adc8ec5eba5ed3e21d42019a4616b7c (diff) | |
download | emacs-6bc383b1a4ebf46451085a1629a0e9433f2051cf.tar.gz emacs-6bc383b1a4ebf46451085a1629a0e9433f2051cf.tar.bz2 emacs-6bc383b1a4ebf46451085a1629a0e9433f2051cf.zip |
Fix copyright years by hand.
These are dates that admin/update-copyright did not update,
or updated incorrectly.
Diffstat (limited to 'doc/misc/cl.texi')
-rw-r--r-- | doc/misc/cl.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi index 49c02568475..1477da6a9fb 100644 --- a/doc/misc/cl.texi +++ b/doc/misc/cl.texi @@ -6,7 +6,7 @@ @copying This file documents the GNU Emacs Common Lisp emulation package. -Copyright @copyright{} 1993, 2001--2013 Free Software Foundation, Inc. +Copyright @copyright{} 1993, 2001--2014 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document @@ -1495,7 +1495,7 @@ simply returning @code{nil}. @node Blocks and Exits @section Blocks and Exits -@cindex block +@cindex block @noindent Common Lisp @dfn{blocks} provide a non-local exit mechanism very |