diff options
Diffstat (limited to 'lisp/net/goto-addr.el')
-rw-r--r-- | lisp/net/goto-addr.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/net/goto-addr.el b/lisp/net/goto-addr.el index 40a067e6251..8aa5f16083e 100644 --- a/lisp/net/goto-addr.el +++ b/lisp/net/goto-addr.el @@ -100,7 +100,7 @@ A value of t means there is no limit--fontify regardless of the size." '("mailto:" "data:") "List of URI schemes to exclude from `goto-address-uri-schemes'. -Customisations to this variable made after goto-addr is loaded +Customizations to this variable made after goto-addr is loaded will have no effect.") (defvar goto-address-uri-schemes @@ -111,7 +111,7 @@ will have no effect.") (copy-sequence thing-at-point-uri-schemes)) "List of URI schemes matched by `goto-address-url-regexp'. -Customisations to this variable made after goto-addr is loaded +Customizations to this variable made after goto-addr is loaded will have no effect.") (defvar goto-address-url-regexp |