1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00

(browse-url-browser-function): Fix syntax error.

This commit is contained in:
Karl Heuer 1997-04-14 19:15:42 +00:00
parent 481c3743be
commit 1341d237b4

View File

@ -299,7 +299,7 @@ Hostname matching is stricter in this case than for
'browse-url-netscape
"*Function to display the current buffer in a WWW browser.
This is used by the `browse-url-at-point', `browse-url-at-mouse', and
`browse-url-of-file' commands."
`browse-url-of-file' commands.
The function should take one argument, an URL."
:type 'function
:group 'browse-url)