diff --git a/lisp/ffap.el b/lisp/ffap.el index c000066d8cf..c97c7624a60 100644 --- a/lisp/ffap.el +++ b/lisp/ffap.el @@ -162,8 +162,12 @@ schemes (e.g. \"ftp\"); in that case, only convert those URLs." :group 'ffap :version "24.3") -(defcustom ffap-lax-url nil - "If non-nil, allow lax URL matching." +(defcustom ffap-lax-url t + "If non-nil, allow lax URL matching. +The default non-nil value might produce false URLs in C++ code +with symbols like \"std::find\". On the other hand, setting +this to nil will disable recognition of URLs that are not +well-formed, such as \"user@host\" or \"\"." :type 'boolean :group 'ffap :version "25.1")