From 8aa2857c43fde4d134e85b52821b4797cae4d691 Mon Sep 17 00:00:00 2001 From: Kid <44045911+kidonng@users.noreply.github.com> Date: Mon, 3 Jan 2022 22:04:42 +0800 Subject: [PATCH] Clarify `functions -Dv`'s output --- doc_src/cmds/functions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/cmds/functions.rst b/doc_src/cmds/functions.rst index 0ef93cdf1..2eca671ca 100644 --- a/doc_src/cmds/functions.rst +++ b/doc_src/cmds/functions.rst @@ -33,7 +33,7 @@ The following options are available: - ``autoloaded``, ``not-autoloaded`` or ``n/a``, - the line number within the file or zero if not applicable, - ``scope-shadowing`` if the function shadows the vars in the calling function (the normal case if it wasn't defined with ``--no-scope-shadowing``), else ``no-scope-shadowing``, or ``n/a`` if the function isn't defined, - - the function description minimally escaped so it is a single line or ``n/a`` if the function isn't defined. + - the function description minimally escaped so it is a single line, or ``n/a`` if the function isn't defined or has no description. You should not assume that only five lines will be written since we may add additional information to the output in the future.