aboutsummaryrefslogtreecommitdiff
path: root/doc/user/sectioning.skb
diff options
context:
space:
mode:
authorLudovic Courtès2012-05-23 23:39:09 +0200
committerLudovic Courtès2012-05-23 23:39:09 +0200
commit1b2f2d42bd9151453f2b10a34aff3fbfc28d5223 (patch)
treec94f41257e037a7515da699d1253c923da87706e /doc/user/sectioning.skb
parent870a700f68208de3e71a4eb1abae67828f290399 (diff)
downloadskribilo-1b2f2d42bd9151453f2b10a34aff3fbfc28d5223.tar.gz
skribilo-1b2f2d42bd9151453f2b10a34aff3fbfc28d5223.tar.lz
skribilo-1b2f2d42bd9151453f2b10a34aff3fbfc28d5223.zip
doc: Give engine sections an ident and remove the mark with that ident.
* doc/modules/skribilo/documentation/api.scm (doc-markup): Refer to engines by `ident' instead of by `mark'. * doc/user/compiler.skb, doc/user/engine.skb, doc/user/links.skb, doc/user/package.skb, doc/user/sectioning.skb: Update references accordingly. * doc/user/contexte.skb, doc/user/htmle.skb, doc/user/infoe.skb, doc/user/latexe.skb, doc/user/loute.skb, doc/user/xmle.skb: Give sections an ident, and remove the mark.
Diffstat (limited to 'doc/user/sectioning.skb')
-rw-r--r--doc/user/sectioning.skb6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/user/sectioning.skb b/doc/user/sectioning.skb
index f55bc23..ff9dfa2 100644
--- a/doc/user/sectioning.skb
+++ b/doc/user/sectioning.skb
@@ -1,7 +1,7 @@
;;; sectioning.skb -- Sectioning markups
;;; -*- coding: iso-8859-1 -*-
;;;
-;;; Copyright 2007, 2008, 2009 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright 2007, 2008, 2009, 2012 Ludovic Courtès <ludo@gnu.org>
;;; Copyright 2003, 2004 Manuel Serrano
;;;
;;;
@@ -44,7 +44,7 @@
`((:title [The title of the chapter.])
(:html-title [The title of window of the HTML browser.])
(:info-node ,[The title of the Info node (see ,(ref
-:text [Section about the Info engine] :mark "info-engine")).])
+:text [Section about the Info engine] :ident "info-engine")).])
(:number [This argument controls the chapter number.
A value of ,(tt "#t") means that Skribilo computes the chapter
number. A value of ,(tt "#f") means that the chapter has no number. A
@@ -80,7 +80,7 @@ used as the name of the file for this chapter.])
(doc-markup 'section
`((:title [The title of the chapter.])
(:info-node ,[The title of the Info node (see ,(ref
-:text [Section about the Info engine] :mark "info-engine")).])
+:text [Section about the Info engine] :ident "info-engine")).])
(:number [This argument controls the chapter number.
A value of ,(tt "#t") means that Skribilo computes the chapter
number. A value of ,(tt "#f") means that the chapter has no number. A