about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2011-09-25 18:09:13 +0000
committerBart Schaefer <barts@users.sourceforge.net>2011-09-25 18:09:13 +0000
commit748bd73d88ff777b6af0afd32934afb43b11ed6f (patch)
tree3b6366ff188fd0a8c4bc93eac4ed3f96ceb68ec0 /Doc
parent6f2f2c7477792da58745e76d3e5c26221568f514 (diff)
downloadzsh-748bd73d88ff777b6af0afd32934afb43b11ed6f.tar.gz
zsh-748bd73d88ff777b6af0afd32934afb43b11ed6f.tar.xz
zsh-748bd73d88ff777b6af0afd32934afb43b11ed6f.zip
unposted: cross-reference zmodload from the modules intro doc.
29769: follow-up 29677 to handle the case where thisjob == -1.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/modules.yo8
1 files changed, 6 insertions, 2 deletions
diff --git a/Doc/Zsh/modules.yo b/Doc/Zsh/modules.yo
index 3f9986096..c8b846b95 100644
--- a/Doc/Zsh/modules.yo
+++ b/Doc/Zsh/modules.yo
@@ -6,7 +6,11 @@ Some optional parts of zsh are in modules, separate from the core
 of the shell.  Each of these modules may be linked in to the
 shell at build time,
 or can be dynamically linked while the shell is running
-if the installation supports this feature.  The modules that
-are bundled with the zsh distribution are:
+if the installation supports this feature.
+Modules are linked at runtime with the tt(zmodload) command,
+see ifzman(zmanref(zshbuiltins))\
+ifnzman(noderef(Shell Builtin Commands)).
+
+The modules that are bundled with the zsh distribution are:
 
 includefile(Zsh/modlist.yo)