]> code.delx.au - gnu-emacs-elpa/commitdiff
* packages/debbugs/debbugs-ug.texi (Searching Bugs): Fix typo.
authorTino Calancha <tino.calancha@gmail.com>
Sat, 11 Jun 2016 17:41:45 +0000 (19:41 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 11 Jun 2016 17:41:45 +0000 (19:41 +0200)
packages/debbugs/debbugs-ug.texi

index 553e19babbd87abb6b5b22f4799ed87b16859986..045e9d1e3fd00f79d4fc403fa9c47f55a3abe45a 100644 (file)
@@ -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