From 31e1b28c9070f19ed6b58cd62d68db3668798818 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Mon, 13 Jan 2014 16:09:01 +0100 Subject: core: fix typo in /help weechat.look.highlight_regex --- doc/ja/autogen/user/weechat_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/ja/autogen') diff --git a/doc/ja/autogen/user/weechat_options.txt b/doc/ja/autogen/user/weechat_options.txt index 0379377ed..1860c6fb3 100644 --- a/doc/ja/autogen/user/weechat_options.txt +++ b/doc/ja/autogen/user/weechat_options.txt @@ -539,7 +539,7 @@ ** 値: 未制約文字列 (デフォルト値: `""`) * [[option_weechat.look.highlight_regex]] *weechat.look.highlight_regex* -** 説明: `メッセージに含まれるハイライト箇所の有無を判断する POSIX 拡張正規表現、1 回以上マッチすればハイライトされる (英数字、"-"、"_"、"|")、正規表現は大文字小文字を区別しない (最初に "(?-i)" がある場合は区別する)、例: "flashcode|flashy"、"(?-i)FlashCode|flashy"` +** 説明: `POSIX extended regular expression used to check if a message has highlight or not, at least one match in string must be surrounded by delimiters (chars different from: alphanumeric, "-", "_" and "|"), regular expression is case insensitive (use "(?-i)" at beginning to make it case sensitive), examples: "flashcode|flashy", "(?-i)FlashCode|flashy"` ** タイプ: 文字列 ** 値: 未制約文字列 (デフォルト値: `""`) -- cgit v1.2.3