From: Graham Percival Date: Thu, 19 Aug 2010 14:03:35 +0000 (+0100) Subject: Build: remove ~ from editor names in .bst. X-Git-Tag: release/2.13.31-1~36 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e20532a4620b8f76d8647f15cf2ed4f1d45451c6;p=lilypond.git Build: remove ~ from editor names in .bst. --- diff --git a/Documentation/essay/texi-long.bst b/Documentation/essay/texi-long.bst index 112ac042e1..a2406481d5 100644 --- a/Documentation/essay/texi-long.bst +++ b/Documentation/essay/texi-long.bst @@ -290,7 +290,7 @@ FUNCTION {format.authors} FUNCTION {format.editors} { editor empty$ { "" } - { editor format.names + { editor format.names author.title.purify editor num.names$ #1 > { ", editors" * } { ", editor" * } diff --git a/Documentation/web/texi-web.bst b/Documentation/web/texi-web.bst index a63bcfae6e..32fe613e9c 100644 --- a/Documentation/web/texi-web.bst +++ b/Documentation/web/texi-web.bst @@ -290,7 +290,7 @@ FUNCTION {format.authors} FUNCTION {format.editors} { editor empty$ { "" } - { editor format.names + { editor format.names author.title.purify editor num.names$ #1 > { ", editors" * } { ", editor" * }