From 44bef3c828259a75adb1988f910c5b3adf50317e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20N=C4=9Bmec?= Date: Wed, 29 Dec 2010 22:09:54 +0100 Subject: [PATCH] Remove format-string documentation. It didn't describe any actual user-visible functionality. --- common/locale/en-US/options.xml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/common/locale/en-US/options.xml b/common/locale/en-US/options.xml index fb56a4d9..099f6384 100644 --- a/common/locale/en-US/options.xml +++ b/common/locale/en-US/options.xml @@ -69,25 +69,6 @@ -

- Some options may be given format strings containing %-delimited escape - sequences. Character sequences in the form of %character are - substituted by a specified replacement string. If character is - upper-case, then the string is automatically - quoted. Any substring enclosed by %[ - and %] is automatically elided if any of the contained format - characters aren't currently valid. A literal % character may be - included with the special escape sequence %%. -

- -

- For example, given the format string %[(cmd: %c) %]%[line: %l %]%F, - where l=32 and - f=Lieder eines fahrenden Gesellen.txt, - the result is formatted as - line: 32 'Lieder eines fahrenden Gesellen.txt' -

-

Some options may be given format strings containing macro replacements in the form of <name>. These tokens are replaced by