diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 41fc1ad00..ad07a0484 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,4 +1,5 @@ .. ignore: 2271 9265 9252 8514 9241 9226 9214 9211 9206 9186 9099 9154 9152 9141 7717 9140 9134 9121 9111 9109 9091 9067 9028 + fish 3.6.0 (released ???) =================================== diff --git a/doc_src/language.rst b/doc_src/language.rst index a458039f0..00b1179b2 100644 --- a/doc_src/language.rst +++ b/doc_src/language.rst @@ -126,6 +126,7 @@ outputs ``hello world`` (without the apostrophes). In the former case the shell The special characters and their escape sequences are: .. (next line features a non-breaking space - this will be rendered to a normal space instead of removed) + - :code:`\\\ ` (backslash space) escapes the space character. This keeps the shell from splitting arguments on the escaped space. - ``\$`` escapes the dollar character. - ``\\`` escapes the backslash character. @@ -1269,7 +1270,7 @@ You can change the settings of fish by changing the values of certain variables. A list of directories in which to search for commands. .. envvar:: CDPATH - + A list of directories in which the :doc:`cd ` builtin looks for a new directory. .. envvar:: FISH_DEBUG @@ -1505,7 +1506,7 @@ The "locale" of a program is its set of language and regional settings that depe A UTF-8 encoding is recommended. .. envvar:: LC_ALL - + Overrides the :envvar:`LANG` environment variable and the values of the other ``LC_*`` variables. If this is set, none of the other variables are used for anything. Usually the other variables should be used instead. Use LC_ALL only when you need to override something. @@ -1524,7 +1525,7 @@ The "locale" of a program is its set of language and regional settings that depe ``LC_MESSAGES`` determines the language in which messages are diisplayed. .. envvar:: LC_MONETARY - + Determines currency, how it is formated, and the symbols used. .. envvar:: LC_NUMERIC