diff options
author | Arun Isaac | 2025-03-28 02:23:52 +0000 |
---|---|---|
committer | Arun Isaac | 2025-03-28 02:26:05 +0000 |
commit | d8a8e4442d385587a225593a94f11eba21b3dfdb (patch) | |
tree | c3bfad97f46f38901bc44f2c8ea9a31ebd380cbc | |
parent | 3bf4cb75dca135e52efd216bb06d34541b2dc092 (diff) | |
download | guix-forge-d8a8e4442d385587a225593a94f11eba21b3dfdb.tar.gz guix-forge-d8a8e4442d385587a225593a94f11eba21b3dfdb.tar.lz guix-forge-d8a8e4442d385587a225593a94f11eba21b3dfdb.zip |
doc: Remove duplicate "record-ref" in record-ref docstring.
* doc/skribilo.scm (record-ref): Remove duplicate "record" in
docstring.
-rw-r--r-- | doc/skribilo.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/skribilo.scm b/doc/skribilo.scm index be40014..dc1bc15 100644 --- a/doc/skribilo.scm +++ b/doc/skribilo.scm @@ -297,7 +297,7 @@ are a list of <record-field> objects." fields)))))) (define (record-ref identifier) - "Link to record documentation of record identified by + "Link to documentation of record identified by @var{identifier}." (ref #:ident identifier #:text (code identifier))) |