Hi phred,
phred wrote: ↑18 Jun 2024 15:49
Can you provide a couple of examples or each?
sure (Help v26.10.0100, PDF):
Pages 159-160:
(1) Look for any locked files within the current selection (recurring any selected folders). Then delete all other (unlocked) files (if any).
Page 179:
Displays statistical information on the currently selected list items (recurring any folders). When there are no selections then the stats are on all listed items.
Page 238:
Code: Select all
?* /n Find all items (not recurring subfolders).
?* /r Find all items (recurring subfolders).
?* Same as above (recurring subfolders is the default).
?* /nf Find all files (do not recurse subfolders).
Fourth line refers to
recurse
.
Page 398:
Follow folder links
Similar to "Include subfolders", the search will treat folder links (aka "Shell Links to Folders") as if they were subfolders and search the links' target directory as well (again recurring it if necessary).
Page 405:
Here are some examples for Quick Searches passed through the Address Bar and searching the current location:
Code: Select all
Address Bar Finds (recurring subfolders) all items with
------------------------------------------------------------
Page 619:
Code: Select all
flags A combination of these in any order:
[...]
r: Recurse subfolders. Not for type "list".
[...]
depth Depth of recursion.
Ignored if [flags] does not contain "r" (Recurse subfolders).
-1 = unlimited (default)
0 = no recursion
1 = one level
[...]
==================== ====================
phred wrote: ↑18 Jun 2024 15:49
Note that "recursing" is not a work in the English language. "Recursive" or "recursion" are.
Yes and no

Some dictionaries do list it, many do not:
VERB: to recurse | recursed | recursed | recursing | recurses
recursing is the "present participle" of to recurse.
(
https://www.dict.cc/?s=recursing)
present participle and gerund of recurse
(
https://en.wiktionary.org/wiki/recursing)
Verb: recurse (third-person singular simple present recurses, present participle recursing, simple past and past participle recursed)
(intransitive, computing) To execute a procedure recursively.
The algorithm then recurses on the children of the current tree node.
(
https://en.wiktionary.org/wiki/recurse)
It seems a kind of taste. No offence (intended)!
Best regards, Markus