aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-04-06 22:57:02 -0400
committerJoey Hess <joey@gnu.kitenet.net>2010-04-06 22:57:02 -0400
commit3b1dd03c7e7f56eaf6da956779c885c2e9e7ef53 (patch)
tree67d46fc4921d0bf494ddb6ac553465f86f6e897c
parentf6fd7639daadea87530897ffd4882c970413822d (diff)
downloadikiwiki-3b1dd03c7e7f56eaf6da956779c885c2e9e7ef53.tar
ikiwiki-3b1dd03c7e7f56eaf6da956779c885c2e9e7ef53.tar.gz
improve wording to not encourage explicitly passing undef
-rw-r--r--doc/plugins/write.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn
index fe7cf0183..71ff1fd29 100644
--- a/doc/plugins/write.mdwn
+++ b/doc/plugins/write.mdwn
@@ -960,8 +960,8 @@ will yield something like `foo/feed.rss`.
This adds a link to `%links`, ensuring that duplicate links are not
added. Pass it the page that contains the link, and the link text.
-An optional third parameter sets the link type (`undef` produces an ordinary
-[[ikiwiki/WikiLink]]).
+An optional third parameter sets the link type. If not specified,
+it is an ordinary [[ikiwiki/WikiLink]].
## Miscellaneous