diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Doc/Zsh/builtins.yo | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 2aabf988d..bc42131e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-08-03 Sven Wischnowsky <wischnow@zsh.org> + * 12497: Doc/Zsh/builtins.yo: small fix for `read -r' doc + * 12496: Completion/Core/_path_files: one more problem with quoting of glob characters in filename completion diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index b72778ce4..14b7391dd 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -761,7 +761,8 @@ fields assigned to the last var(name). startitem() item(tt(-r))( Raw mode: a `tt(\)' at the end of a line does not signify line -continuation. +continuation and backslashes in the line don't quote the following +character and are not removed. ) item(tt(-q))( Read only one character from the terminal and set var(name) to |