Docstring update.
authorWerner Lemberg <wl@gnu.org>
Tue, 18 Mar 2008 15:22:41 +0000 (16:22 +0100)
committerWerner Lemberg <wl@gnu.org>
Tue, 18 Mar 2008 15:22:41 +0000 (16:22 +0100)
scm/documentation-lib.scm

index 2576dd223ba448a6fbfec597608eba2bf682ea9c..4cf5f390e32be50ac65092a69ba17330f0df08f2 100644 (file)
@@ -73,7 +73,8 @@
 
 
 (define (description-list->texi items-alist quote?)
-  "Document ITEMS-ALIST in a table; entries contain (item-label . string-to-use)."
+  "Document ITEMS-ALIST in a table; entries contain (item-label .
+string-to-use).  If QUOTE? is #t, embed table in a @quotation environment."
   (string-append
    "\n"
    (if quote? "@quotation\n" "")