diff options
| -rw-r--r-- | lisp/ffap.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ffap.el b/lisp/ffap.el index 0bec1d7a1ff..720142b2181 100644 --- a/lisp/ffap.el +++ b/lisp/ffap.el | |||
| @@ -164,7 +164,7 @@ Note this name may be omitted if it equals the default | |||
| 164 | "\\`\\(" | 164 | "\\`\\(" |
| 165 | "news\\(post\\)?:\\|mailto:\\|file:" ; no host ok | 165 | "news\\(post\\)?:\\|mailto:\\|file:" ; no host ok |
| 166 | "\\|" | 166 | "\\|" |
| 167 | "\\(ftp\\|http\\|telnet\\|gopher\\|www\\|wais\\)://" ; needs host | 167 | "\\(ftp\\|https?\\|telnet\\|gopher\\|www\\|wais\\)://" ; needs host |
| 168 | "\\)." ; require one more character | 168 | "\\)." ; require one more character |
| 169 | ) | 169 | ) |
| 170 | "Regexp matching URL's. nil to disable URL features in ffap.") | 170 | "Regexp matching URL's. nil to disable URL features in ffap.") |