summaryrefslogtreecommitdiff
path: root/scm
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>2003-07-28 23:21:50 +0000
committerHan-Wen Nienhuys <hanwen@xs4all.nl>2003-07-28 23:21:50 +0000
commit50d7a6ca9436fba2753ed9cafc3bad8c09efff3a (patch)
tree662a5e5131a27c10181465439e56cd3422a2f0a9 /scm
parentf2e48c3a52707794678d4a3500784c32a641edb2 (diff)
(accents): update to 1.8
Diffstat (limited to 'scm')
-rw-r--r--scm/document-backend.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/scm/document-backend.scm b/scm/document-backend.scm
index 01584967f2..d41eabd370 100644
--- a/scm/document-backend.scm
+++ b/scm/document-backend.scm
@@ -184,8 +184,8 @@ node."
(texi (description-list->texi descs))
)
(make <texi-node>
- #:name "backend properties"
- #:desc "all the properties in use as grob properties"
+ #:name "All backend properties"
+ #:desc "All grob properties in a big list"
#:text texi)
))