diff options
Diffstat (limited to 'doc/lispref/searching.texi')
-rw-r--r-- | doc/lispref/searching.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/searching.texi b/doc/lispref/searching.texi index 67d4c224647..23879aad0a3 100644 --- a/doc/lispref/searching.texi +++ b/doc/lispref/searching.texi @@ -950,7 +950,7 @@ for Font Lock mode@footnote{Note that @code{regexp-opt} does not guarantee that its result is absolutely the most efficient form possible. A hand-tuned regular expression can sometimes be slightly more efficient, but is almost never worth the effort.}. -@c E.g., see http://debbugs.gnu.org/2816 +@c E.g., see https://debbugs.gnu.org/2816 The optional argument @var{paren} can be any of the following: @@ -1220,7 +1220,7 @@ previous character cannot be part of a match for @var{regexp}. When the match is extended, its starting position is allowed to occur before @var{limit}. -@c http://debbugs.gnu.org/5689 +@c https://debbugs.gnu.org/5689 As a general recommendation, try to avoid using @code{looking-back} wherever possible, since it is slow. For this reason, there are no plans to add a @code{looking-back-p} function. |