From e20532a4620b8f76d8647f15cf2ed4f1d45451c6 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Thu, 19 Aug 2010 15:03:35 +0100 Subject: [PATCH] Build: remove ~ from editor names in .bst. --- Documentation/essay/texi-long.bst | 2 +- Documentation/web/texi-web.bst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" * } -- 2.39.5