comparison lispref/two.el @ 90751:52a7f3f50b89

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 624-636) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 200-201) - Merge from emacs--devo--0 - Update from CVS: lisp/nnweb.el (nnweb-google-parse-1): Update parser. Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-171
author Miles Bader <miles@gnu.org>
date Tue, 13 Feb 2007 12:14:16 +0000
parents 548375b6b1f8 9f4849fee703
children f55f9811f5d7
comparison
equal deleted inserted replaced
90750:f8cc067aba62 90751:52a7f3f50b89
1 ;; Auxilary functions for preparing a two volume manual. 1 ;; Auxiliary functions for preparing a two volume manual.
2
3 ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
4 ;; Free Software Foundation, Inc.
5
2 ;; --rjc 30mar92 6 ;; --rjc 30mar92
7
8 ;; This file is free software; you can redistribute it and/or modify
9 ;; it under the terms of the GNU General Public License as published by
10 ;; the Free Software Foundation; either version 2, or (at your option)
11 ;; any later version.
12
13 ;; This file is distributed in the hope that it will be useful,
14 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
15 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 ;; GNU General Public License for more details.
17
18 ;; You should have received a copy of the GNU General Public License
19 ;; along with this file; see the file COPYING. If not, write to
20 ;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21 ;; Boston, MA 02110-1301, USA.
3 22
4 (defun volume-aux-markup (arg) 23 (defun volume-aux-markup (arg)
5 "Append `vol. NUMBER' to page number. 24 "Append `vol. NUMBER' to page number.
6 Apply to aux file that you save. 25 Apply to aux file that you save.
7 Then insert marked file into other volume's .aux file." 26 Then insert marked file into other volume's .aux file."