From: Tino Calancha Date: Sat, 11 Jun 2016 17:41:45 +0000 (+0200) Subject: * packages/debbugs/debbugs-ug.texi (Searching Bugs): Fix typo. X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/a38411d43a4619cbad5a088e0501929b4adad065?hp=ada17c96448a2f35479bc5147df04a4d00301ad3 * packages/debbugs/debbugs-ug.texi (Searching Bugs): Fix typo. --- diff --git a/packages/debbugs/debbugs-ug.texi b/packages/debbugs/debbugs-ug.texi index 553e19bab..045e9d1e3 100644 --- a/packages/debbugs/debbugs-ug.texi +++ b/packages/debbugs/debbugs-ug.texi @@ -176,7 +176,7 @@ AND is used by default. Wild card searches are also supported. It can be used for forward match search and backward match search. For example, "[BW] euro" -matches words which begin with "euro". "[EW] shere" matches words +matches words which begin with "euro". "[EW] sphere" matches words which end with "sphere". Moreover, regular expressions are also supported. For example, "[RX] ^inter.*al$" matches words which begin with "inter" and end with "al".@footnote{Simplified forms, as