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

unposted: _canonical_paths: Port docstring changes from 39044.

This commit is contained in:
Daniel Shahaf 2016-08-18 16:59:02 +00:00
parent 0aa6bfd831
commit 283357dcab
2 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,8 @@
2016-08-18 Daniel Shahaf <d.s@daniel.shahaf.name> 2016-08-18 Daniel Shahaf <d.s@daniel.shahaf.name>
* unposted: Completion/Unix/Type/_canonical_paths: Port docstring
changes from 39044.
* 39044 (in part, see thread): Doc/Zsh/compsys.yo: Document * 39044 (in part, see thread): Doc/Zsh/compsys.yo: Document
_canonical_paths in the manual, too. _canonical_paths in the manual, too.

View file

@ -3,9 +3,9 @@
# This completion function completes all paths given to it, and also tries to # This completion function completes all paths given to it, and also tries to
# offer completions which point to the same file as one of the paths given # offer completions which point to the same file as one of the paths given
# (relative path when an absolute path is given, and vice versa; when ..'s are # (relative path when an absolute path is given, and vice versa; when ..'s are
# present in the word to be completed, and some paths got from symlinks. # present in the word to be completed, and some paths got from symlinks).
# Usage: _canonical_paths [-A var] [-N] [-MJV12nfX] tag desc paths... # Usage: _canonical_paths [-A var] [-N] [-MJV12nfX] tag desc [paths...]
# -A, if specified, takes the paths from the array variable specified. Paths can # -A, if specified, takes the paths from the array variable specified. Paths can
# also be specified on the command line as shown above. -N, if specified, # also be specified on the command line as shown above. -N, if specified,