From 9745ff5744d97fa66b42587e6a304d3bdf8054ab Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 7 Apr 2008 22:22:16 +0200 Subject: doc: Use the native API instead of `--compat=skribe'. * doc/user/Makefile.am (skrflags): Remove `--compat=skribe'. * doc/user/*.skb: Trivial API update. --- doc/user/sectioning.skb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/user/sectioning.skb') diff --git a/doc/user/sectioning.skb b/doc/user/sectioning.skb index db227d7..1fc19cb 100644 --- a/doc/user/sectioning.skb +++ b/doc/user/sectioning.skb @@ -1,6 +1,6 @@ ;;; sectioning.skb -- Sectioning markups ;;; -;;; Copyright 2007 Ludovic Courtès +;;; Copyright 2007, 2008 Ludovic Courtès ;;; Copyright 2003, 2004 Manuel Serrano ;;; ;;; @@ -26,7 +26,7 @@ (lambda (n e) (let* ((t (markup-option n :title)) (b (markup-body n))) - (skribe-eval (center (bold t)) e) + (evaluate-document (center (bold t)) e) (output b e)))) ;*---------------------------------------------------------------------*/ -- cgit v1.2.3