X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/7b1019e2781472c793d0bf74e2b9ee17894270b8..97d8273fa2687731d652687cf6b4c7c48dd0661a:/doc/lispref/two.el diff --git a/doc/lispref/two.el b/doc/lispref/two.el index 388ceedde5..124e51858d 100644 --- a/doc/lispref/two.el +++ b/doc/lispref/two.el @@ -1,14 +1,14 @@ ;; Auxiliary functions for preparing a two volume manual. -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 ;; Free Software Foundation, Inc. ;; --rjc 30mar92 -;; This file is free software; you can redistribute it and/or modify +;; This file 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 file is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -16,9 +16,8 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with this file; see the file COPYING. If not, write to -;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -;; Boston, MA 02110-1301, USA. +;; along with this file. If not, see . + (defun volume-aux-markup (arg) "Append `vol. NUMBER' to page number. @@ -77,4 +76,5 @@ This is for the *Elisp Ref Manual*" (defun volume-numbers-toc-markup-I () (volume-numbers-toc-markup "I")) (defun volume-numbers-toc-markup-II () (volume-numbers-toc-markup "II")) -;;; arch-tag: 848955fe-e9cf-45e7-a2f1-570ef156d6a5 +;; arch-tag: 848955fe-e9cf-45e7-a2f1-570ef156d6a5 +;;; two.el ends here