From a3d8e74d4ae691d32f430efab33e57205d94d36a Mon Sep 17 00:00:00 2001 From: "Michael W. Olson" Date: Sun, 10 Feb 2008 19:17:28 -0600 Subject: [PATCH] Manual: Explain the arguments of the function for :final. --- AUTHORS | 3 +++ ChangeLog | 3 ++- texi/muse.texi | 6 ++++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index eb1608d..8f2ca0b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -120,6 +120,9 @@ Ganesh Swami: Original author of latex2png.el, which was the basis for G. J. Teale: Contributor: - muse-project.el: 2 lines changed +Sebastian Tennant: Contributor -- documentation + - muse.texi: 4 lines changed + Gary Vaughan: Original author of emacs-wiki-blosxom.el, which was the basis for muse-blosxom.el (assigned past and future changes) diff --git a/ChangeLog b/ChangeLog index bb8b1a3..1bd7c9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,7 +3,8 @@ * texi/muse.texi (Extending Muse): Flatten nodes by removing Common Elements and grouping its subsections under this chapter. (Style Elements): Use @defun. Fix arguments to muse-define-style. - Thanks to Sebastian Tennant for the report. + Thanks to Sebastian Tennant for the report. Explain the arguments + of the function for :final. (Deriving Styles): Use @defun. Fix argument names. 2008-02-02 Michael Olson diff --git a/texi/muse.texi b/texi/muse.texi index d2eb7fe..34373ac 100644 --- a/texi/muse.texi +++ b/texi/muse.texi @@ -3862,6 +3862,12 @@ while still in its buffer. This is used for generating second-stage documents like PDF files from just-published LaTeX files. +The function must accept three arguments: the name of the muse source +file, the name of the just-published file, and the name of the +second-stage target file. The name of the second-stage target file is +the same as that of the just-published file if no second-stage +publishing is required. + @item :header Header used for publishing files of this style. -- 2.11.4.GIT