From 0f674435a3d0e3a2397bf5f92718cb6098ad9008 Mon Sep 17 00:00:00 2001 From: oui-ui <70526269+oui-ui@users.noreply.github.com> Date: Tue, 8 Sep 2020 17:35:42 +0200 Subject: [PATCH] correct description of -a param regarding _(\w*) removed the word "not" to resolve an (unintended) negation of negation. --- 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 99a5f73c8..c5c193093 100644 --- a/doc_src/cmds/functions.rst +++ b/doc_src/cmds/functions.rst @@ -49,7 +49,7 @@ You should not assume that only five lines will be written since we may add addi - ``-t`` or ``--handlers-type TYPE`` will show all event handlers matching the given type -The default behavior of ``functions``, when called with no arguments, is to print the names of all defined functions. Unless the ``-a`` option is given, no functions starting with underscores are not included in the output. +The default behavior of ``functions``, when called with no arguments, is to print the names of all defined functions. Unless the ``-a`` option is given, no functions starting with underscores are included in the output. If any non-option parameters are given, the definition of the specified functions are printed.