diff options
author | Štěpán Němec <stepnem@gmail.com> | 2012-01-03 16:34:16 +0100 |
---|---|---|
committer | Štěpán Němec <stepnem@gmail.com> | 2012-01-03 16:34:16 +0100 |
commit | 18c560a91761fc6c7422cbd91b67043a80328cca (patch) | |
tree | e153ebc56168ce8d97c987cd16c5f4d0a4e0ba16 /common/locale | |
parent | 10ae8da8554c797813194ec555bb31555e9cea97 (diff) | |
download | pentadactyl-18c560a91761fc6c7422cbd91b67043a80328cca.tar.gz |
Clarify the example commentary in :h 'urlsep'. (Cf. issue #762)
Diffstat (limited to 'common/locale')
-rw-r--r-- | common/locale/en-US/options.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/common/locale/en-US/options.xml b/common/locale/en-US/options.xml index bac38b49..44c4c654 100644 --- a/common/locale/en-US/options.xml +++ b/common/locale/en-US/options.xml @@ -1638,8 +1638,9 @@ <p> The regular expression used to split URL lists in commands like <ex>:open</ex>. When set to the empty string, URL lists - are never split. With the default value, the following will open - three URLs in the current tab and two new background tabs, + are never split. With the default settings, the following will open + three URLs (the first one in the current tab and the latter two in + two new background tabs): </p> <code><ex>:open <str delim="">google Linux</str> | <str delim="">wikipedia Arch Linux</str> | <str delim="">imdb Serenity</str></ex></code> </description> |