diff options
author | Glenn Morris <rgm@gnu.org> | 2013-12-29 19:08:09 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-12-29 19:08:09 -0800 |
commit | c0e8f6a9ea6164b0c445bd6274cd191dad93d93c (patch) | |
tree | dc20e4c2ec67f3b8561760ea437f718faec71b63 /doc | |
parent | a560b856b15f57889eb10be984130c285e2cb43d (diff) | |
download | emacs-c0e8f6a9ea6164b0c445bd6274cd191dad93d93c.tar.gz |
* emacs-lisp-intro.texi: Use @quotation for license notice.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lispintro/ChangeLog | 4 | ||||
-rw-r--r-- | doc/lispintro/emacs-lisp-intro.texi | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/lispintro/ChangeLog b/doc/lispintro/ChangeLog index 57dc740fbfa..32e2b5ea726 100644 --- a/doc/lispintro/ChangeLog +++ b/doc/lispintro/ChangeLog @@ -1,3 +1,7 @@ +2013-12-30 Glenn Morris <rgm@gnu.org> + + * emacs-lisp-intro.texi: Use @quotation for license notice. + 2013-12-12 Glenn Morris <rgm@gnu.org> * emacs-lisp-intro.texi: Tweak dircategory. diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index 396780408a5..07cd449ade0 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi @@ -141,6 +141,7 @@ Boston, MA 02110-1301 USA @sp 1 ISBN 1-882114-43-4 +@quotation Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; there @@ -152,6 +153,7 @@ Documentation License''. (a) The FSF's Back-Cover Text is: ``You have the freedom to copy and modify this GNU manual. Buying copies from the FSF supports it in developing GNU and promoting software freedom.'' +@end quotation @end copying @c half title; two lines here, so do not use `shorttitlepage' |