diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2024-12-17 03:10:42 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2024-12-17 03:13:10 +0100 |
| commit | 92041e15f4ad99ebebc40b082e40367a3aada7ba (patch) | |
| tree | 3abf15876c585bb98295a29bd2d921cd114fe437 /lisp/url | |
| parent | 9fd96e2ab95d19bb7df7fb698a497d56f3cdb3af (diff) | |
Minor doc fix for url-handler-regexp
* lisp/url/url-handlers.el (url-handler-regexp): Remove mention of
obsolete internal protocol "about" (i.e. url-about.el). Reflow.
Diffstat (limited to 'lisp/url')
| -rw-r--r-- | lisp/url/url-handlers.el | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lisp/url/url-handlers.el b/lisp/url/url-handlers.el index 9edc7865a74..863863c3696 100644 --- a/lisp/url/url-handlers.el +++ b/lisp/url/url-handlers.el @@ -1,6 +1,6 @@ ;;; url-handlers.el --- file-name-handler stuff for URL loading -*- lexical-binding:t -*- -;; Copyright (C) 1996-1999, 2004-2024 Free Software Foundation, Inc. +;; Copyright (C) 1996-2024 Free Software Foundation, Inc. ;; Keywords: comm, data, processes, hypermedia @@ -124,13 +124,13 @@ that URL in a buffer." (defcustom url-handler-regexp "\\`\\(?:https?\\|ftp\\|file\\|nfs\\|ssh\\|scp\\|rsync\\|telnet\\)://" "Regular expression for URLs handled by `url-handler-mode'. -When URL Handler mode is enabled, this regular expression is -added to `file-name-handler-alist'. +When URL Handler mode is enabled, this regular expression is added to +`file-name-handler-alist'. -Some valid URL protocols just do not make sense to visit -interactively (about, data, info, irc, mailto, etc.). This -regular expression avoids conflicts with local files that look -like URLs (Gnus is particularly bad at this)." +Some valid URL protocols just do not make sense to visit interactively +(data, info, irc, mailto, etc.). This regular expression avoids +conflicts with local files that look like URLs (Gnus is particularly bad +at this)." :group 'url :type 'regexp :version "25.1" |
