diff options
| author | Eli Zaretskii | 2024-12-21 11:33:47 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2024-12-21 11:33:47 +0200 |
| commit | bf41ff24b9ab9c7426b3b3f1c1902b301e9f08a4 (patch) | |
| tree | a211d0aab8c5892e5c76af037af80fdacfbcce30 | |
| parent | 0f645b92ed3e82f149de468df7ebe0eda5104aca (diff) | |
| download | emacs-bf41ff24b9ab9c7426b3b3f1c1902b301e9f08a4.tar.gz emacs-bf41ff24b9ab9c7426b3b3f1c1902b301e9f08a4.zip | |
; * lisp/net/browse-url.el (browse-url-with-browser-kind): Doc fix.
| -rw-r--r-- | lisp/net/browse-url.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/net/browse-url.el b/lisp/net/browse-url.el index ab6f8f8aff3..0fae30b09d1 100644 --- a/lisp/net/browse-url.el +++ b/lisp/net/browse-url.el | |||
| @@ -976,11 +976,11 @@ Optional prefix argument ARG non-nil inverts the value of the option | |||
| 976 | "Browse URL with a browser of the given browser KIND. | 976 | "Browse URL with a browser of the given browser KIND. |
| 977 | 977 | ||
| 978 | KIND is either `internal' or `external'. In order to find an | 978 | KIND is either `internal' or `external'. In order to find an |
| 979 | appropriate browser for the given KIND, first the `browse-url-handlers' | 979 | appropriate browser for the given KIND, first consult the `browse-url-handlers' |
| 980 | and `browse-url-default-handlers' lists are consulted. If no handler is | 980 | and `browse-url-default-handlers' lists. If no handler is found, try the |
| 981 | found, the functions `browse-url-browser-function', | 981 | functions `browse-url-browser-function', |
| 982 | `browse-url-secondary-browser-function', `browse-url-default-browser' | 982 | `browse-url-secondary-browser-function', `browse-url-default-browser' |
| 983 | and `eww' are tried in that order. | 983 | and `eww', in that order. |
| 984 | 984 | ||
| 985 | When called interactively, the default browser kind is the | 985 | When called interactively, the default browser kind is the |
| 986 | opposite of the browser kind of `browse-url-browser-function'." | 986 | opposite of the browser kind of `browse-url-browser-function'." |