summaryrefslogtreecommitdiff
path: root/support/texdoc/doc/texdoc.tex
diff options
context:
space:
mode:
Diffstat (limited to 'support/texdoc/doc/texdoc.tex')
-rw-r--r--support/texdoc/doc/texdoc.tex15
1 files changed, 5 insertions, 10 deletions
diff --git a/support/texdoc/doc/texdoc.tex b/support/texdoc/doc/texdoc.tex
index ce01c8e321..56b5b40b11 100644
--- a/support/texdoc/doc/texdoc.tex
+++ b/support/texdoc/doc/texdoc.tex
@@ -1,6 +1,6 @@
%#!texfot xelatex
% Texdoc user manual
-% Copyright 2008-2023 Manuel Pégourié-Gonnard and Takuto Asakura
+% Copyright 2008-2024 Manuel Pégourié-Gonnard and Takuto Asakura
% distributed under the terms of GPL v3 or later
\documentclass{texdoc-doc}
@@ -8,7 +8,7 @@
\subtitle{Find \& view documentation in \TL}
\pkgurl{https://tug.org/texdoc/}
\author{Manuel Pégourié-Gonnard\and Takuto Asakura}
-\date{v4.0.1\quad \today}
+\date{v4.0.2\quad \today}
\begin{document}
@@ -787,20 +787,15 @@ our completion function with either of the following two ways:
\item adding \code{eval "\$(texdoc \lopt{print-completion} zsh)"} to your
zsh configuration file.
-\item adding a file somewhere in \code{\$fpath} with the following contents:
-%
-\begin{htcode}
-#compdef texdoc
-(( $+functions[__texdoc] )) || eval "$(texdoc \textbackslash
- --print-completion zsh)" && __texdoc
-\end{htcode}
+\item creating a file named \code{\_texdoc} in \code{\$fpath} whose content is
+ the output of \code{texdoc \lopt{print-completion} zsh}.
\end{itemize}
\section{Licence}
\label{sec:licence}
The current version of Texdoc program and its documentation are copyright
-2008--2023 Manuel Pégourié-Gonnard, Takuto Asakura, the {\TL} Team.
+2008--2024 Manuel Pégourié-Gonnard, Takuto Asakura, the {\TL} Team.
They are free software: you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software