aboutsummaryrefslogtreecommitdiff
path: root/doc/user/sectioning.skb
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/sectioning.skb')
-rw-r--r--doc/user/sectioning.skb4
1 files changed, 2 insertions, 2 deletions
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 <ludo@gnu.org>
+;;; Copyright 2007, 2008 Ludovic Courtès <ludo@gnu.org>
;;; 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))))
;*---------------------------------------------------------------------*/