1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-17 02:51:01 +02:00

49446: docs: Add texinode()s, so the next commit can link directly to a subsection.

This commit is contained in:
Daniel Shahaf 2021-09-26 08:43:45 +00:00
parent 94563d5ad1
commit ff1f7769ee
2 changed files with 7 additions and 0 deletions

View file

@ -1,5 +1,8 @@
2021-11-26 Daniel Shahaf <d.s@daniel.shahaf.name> 2021-11-26 Daniel Shahaf <d.s@daniel.shahaf.name>
* 49446: Doc/Zsh/expn.yo: docs: Add texinode()s, so the next
commit can link directly to a subsection.
* 49445: Doc/Zsh/calsys.yo, Doc/Zsh/contrib.yo, Doc/Zsh/expn.yo, * 49445: Doc/Zsh/calsys.yo, Doc/Zsh/contrib.yo, Doc/Zsh/expn.yo,
Doc/Zsh/intro.yo, Doc/Zsh/jobs.yo, Doc/Zsh/mod_newuser.yo, Doc/Zsh/intro.yo, Doc/Zsh/jobs.yo, Doc/Zsh/mod_newuser.yo,
Doc/Zsh/options.yo, Doc/Zsh/params.yo, Doc/Zsh/roadmap.yo, Doc/Zsh/options.yo, Doc/Zsh/params.yo, Doc/Zsh/roadmap.yo,

View file

@ -1892,6 +1892,7 @@ The tt(PUSHD_MINUS)
option exchanges the effects of `tt(~PLUS())' and `tt(~-)' where they are option exchanges the effects of `tt(~PLUS())' and `tt(~-)' where they are
followed by a number. followed by a number.
texinode(Dynamic named directories)(Static named directories)()(Filename Expansion)
subsect(Dynamic named directories) subsect(Dynamic named directories)
cindex(directories, named, dynamic) cindex(directories, named, dynamic)
cindex(named directories, dynamic) cindex(named directories, dynamic)
@ -1985,6 +1986,7 @@ example(zsh_directory_name+LPAR()RPAR() {
return 0 return 0
}) })
texinode(Static named directories)(`=' expansion)(Dynamic named directories)(Filename Expansion)
subsect(Static named directories) subsect(Static named directories)
cindex(directories, named, static) cindex(directories, named, static)
cindex(named directories, 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. if they are the same length.
The parameters tt($PWD) and tt($OLDPWD) are never abbreviated in this fashion. The parameters tt($PWD) and tt($OLDPWD) are never abbreviated in this fashion.
texinode(`=' expansion)(Notes)(Static named directories)(Filename Expansion)
subsect(`=' expansion) subsect(`=' expansion)
If a word begins with an unquoted `tt(=)' 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 exists by that name, the word is replaced
by the full pathname of the command. by the full pathname of the command.
texinode(Notes)()(`=' expansion)(Filename Expansion)
subsect(Notes) subsect(Notes)
cindex(filename expansion, notes) cindex(filename expansion, notes)
Filename expansion is performed on the right hand side of a parameter Filename expansion is performed on the right hand side of a parameter