about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2021-09-26 08:43:45 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2021-11-26 08:38:56 +0000
commitff1f7769ee7da1908fb040c5a74f29a83a84b5ff (patch)
treea29a63a6a013c2e55c98424b92954450ac6c5636 /Doc
parent94563d5ad14a0eb6effefd4c2c42a7ac84e91230 (diff)
downloadzsh-ff1f7769ee7da1908fb040c5a74f29a83a84b5ff.tar.gz
zsh-ff1f7769ee7da1908fb040c5a74f29a83a84b5ff.tar.xz
zsh-ff1f7769ee7da1908fb040c5a74f29a83a84b5ff.zip
49446: docs: Add texinode()s, so the next commit can link directly to a subsection.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/expn.yo4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index 00f93e402..753e5a008 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -1892,6 +1892,7 @@ The tt(PUSHD_MINUS)
 option exchanges the effects of `tt(~PLUS())' and `tt(~-)' where they are
 followed by a number.
 
+texinode(Dynamic named directories)(Static named directories)()(Filename Expansion)
 subsect(Dynamic named directories)
 cindex(directories, named, dynamic)
 cindex(named directories, dynamic)
@@ -1985,6 +1986,7 @@ example(zsh_directory_name+LPAR()RPAR() {
   return 0
 })
 
+texinode(Static named directories)(`=' expansion)(Dynamic named directories)(Filename Expansion)
 subsect(Static named directories)
 cindex(directories, named, static)
 cindex(named directories, static)
@@ -2011,6 +2013,7 @@ i.e. either the directory name or the full path; the name is used
 if they are the same length.
 The parameters tt($PWD) and tt($OLDPWD) are never abbreviated in this fashion.
 
+texinode(`=' expansion)(Notes)(Static named directories)(Filename Expansion)
 subsect(`=' expansion)
 
 If a word begins with an unquoted `tt(=)'
@@ -2020,6 +2023,7 @@ name of a command.  If a command
 exists by that name, the word is replaced
 by the full pathname of the command.
 
+texinode(Notes)()(`=' expansion)(Filename Expansion)
 subsect(Notes)
 cindex(filename expansion, notes)
 Filename expansion is performed on the right hand side of a parameter