From 16b2d7f4ea7aa2e52c697bc7f623bf791725f42b Mon Sep 17 00:00:00 2001 From: Chet Ramey Date: Thu, 31 May 2012 15:11:45 -0400 Subject: Bash-4.2 patch 29 --- doc/bash.1 | 10 ++++++++++ doc/bashref.texi | 7 +++++++ 2 files changed, 17 insertions(+) (limited to 'doc') diff --git a/doc/bash.1 b/doc/bash.1 index 0ba4f8e..103d27e 100644 --- a/doc/bash.1 +++ b/doc/bash.1 @@ -8948,6 +8948,16 @@ parameter expansion as a special character. The single quotes must match quoted. This is the behavior of posix mode through version 4.1. The default bash behavior remains as in previous versions. .TP 8 +.B direxpand +If set, +.B bash +replaces directory names with the results of word expansion when performing +filename completion. This changes the contents of the readline editing +buffer. +If not set, +.B bash +attempts to preserve what the user typed. +.TP 8 .B dirspell If set, .B bash diff --git a/doc/bashref.texi b/doc/bashref.texi index b4fd8d3..ae982d5 100644 --- a/doc/bashref.texi +++ b/doc/bashref.texi @@ -4535,6 +4535,13 @@ parameter expansion as a special character. The single quotes must match quoted. This is the behavior of @sc{posix} mode through version 4.1. The default Bash behavior remains as in previous versions. +@item direxpand +If set, Bash +replaces directory names with the results of word expansion when performing +filename completion. This changes the contents of the readline editing +buffer. +If not set, Bash attempts to preserve what the user typed. + @item dirspell If set, Bash attempts spelling correction on directory names during word completion -- cgit v1.2.3