mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 11:23:24 +00:00
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.
This commit is contained in:
parent
9fd96e2ab9
commit
92041e15f4
1 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
;;; url-handlers.el --- file-name-handler stuff for URL loading -*- lexical-binding:t -*-
|
;;; 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
|
;; Keywords: comm, data, processes, hypermedia
|
||||||
|
|
||||||
|
@ -124,13 +124,13 @@ that URL in a buffer."
|
||||||
(defcustom url-handler-regexp
|
(defcustom url-handler-regexp
|
||||||
"\\`\\(?:https?\\|ftp\\|file\\|nfs\\|ssh\\|scp\\|rsync\\|telnet\\)://"
|
"\\`\\(?:https?\\|ftp\\|file\\|nfs\\|ssh\\|scp\\|rsync\\|telnet\\)://"
|
||||||
"Regular expression for URLs handled by `url-handler-mode'.
|
"Regular expression for URLs handled by `url-handler-mode'.
|
||||||
When URL Handler mode is enabled, this regular expression is
|
When URL Handler mode is enabled, this regular expression is added to
|
||||||
added to `file-name-handler-alist'.
|
`file-name-handler-alist'.
|
||||||
|
|
||||||
Some valid URL protocols just do not make sense to visit
|
Some valid URL protocols just do not make sense to visit interactively
|
||||||
interactively (about, data, info, irc, mailto, etc.). This
|
(data, info, irc, mailto, etc.). This regular expression avoids
|
||||||
regular expression avoids conflicts with local files that look
|
conflicts with local files that look like URLs (Gnus is particularly bad
|
||||||
like URLs (Gnus is particularly bad at this)."
|
at this)."
|
||||||
:group 'url
|
:group 'url
|
||||||
:type 'regexp
|
:type 'regexp
|
||||||
:version "25.1"
|
:version "25.1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue