Skip to content

Commit 99f5788

Browse files
committed
fix an error in yodl macro nmref()
1 parent 8758234 commit 99f5788

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
2026-03-09 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
22

3+
* unposted: Doc/zman.yo: fix an error in nmref()
4+
35
* 54185 + 54209: Completion/Unix/Command/_find,
46
Completion/Unix/Command/_git, Completion/Unix/Command/_iftop,
57
Completion/Unix/Command/_tcpdump, Completion/Zsh/Type/_globquals,

Doc/zman.yo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def(noderef)(1)(bf(UPPERCASE(NOTRANS(ARG1))(0)))
104104
COMMENT( nmref(node)(manpage)
105105
Refer to 'node' (texi) or 'manpage' (man).
106106
)
107-
def(nmref)(2)(noderef(ARG2))
107+
def(nmref)(2)(zmanref(ARG2))
108108
COMMENT( sectref(sectname)(manpage)
109109
Refer to 'section' in 'manpage' (man), or a node (texi).
110110
There should be a node (or anchor) with the name 'sectname'.

0 commit comments

Comments
 (0)