From c65cda2ea48f5e1bf776ae0d02d048bc15fb9be5 Mon Sep 17 00:00:00 2001 From: Mark Polesky Date: Sat, 18 Jul 2009 16:12:23 -0700 Subject: [PATCH] documentation-lib.scm: Clarify ref-ify docstring. --- scm/documentation-lib.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scm/documentation-lib.scm b/scm/documentation-lib.scm index ba434f1947..8315a765c1 100644 --- a/scm/documentation-lib.scm +++ b/scm/documentation-lib.scm @@ -149,7 +149,8 @@ string-to-use). If QUOTE? is #t, embed table in a @quotation environment." name) (define (ref-ify x) - "Add ref to X" + "Return @ref{X}. If mapping ref-ify to a list that needs to be sorted, + sort the list first." (string-append "@ref{" x "}")) (define (human-listify lst) -- 2.11.4.GIT