# HG changeset patch # User Markus Mützel # Date 1650556461 -7200 # Node ID 9d7ec294af2b1e9141d6e9618bb32aae9aa0a53c # Parent 74f8854958d204299ab88fe023b2471a0fe041a7# Parent 7d99816e9709c6fee73f5635b9c6f84fedbee7bc maint: Merge stable to default. diff -r 74f8854958d2 -r 9d7ec294af2b scripts/miscellaneous/ls.m --- a/scripts/miscellaneous/ls.m Tue Apr 19 15:30:31 2022 -0700 +++ b/scripts/miscellaneous/ls.m Thu Apr 21 17:54:21 2022 +0200 @@ -37,9 +37,9 @@ ## command. Available @var{options} may vary from system to system. ## ## Filenames are subject to shell expansion if they contain any wildcard -## characters @samp{*}, @samp{?}, @samp{[]}. To find a literal example of a -## wildcard character the wildcard must be escaped using the backslash operator -## @samp{\}. +## characters @samp{*}, @samp{?}, @samp{[]}. If these wildcard characters are +## escaped with a backslash @samp{\} (e.g., @samp{\*}), they aren't treated as +## wildcards but as the corresponding literal character. ## ## If the optional output @var{list} is requested then @code{ls} returns a ## character array with one row for each file/directory name.