From c5e61a837bd2a4fe552b10cade3c1c151559c562 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Mon, 14 Apr 1997 19:15:42 +0000 Subject: (browse-url-browser-function): Fix syntax error. --- lisp/browse-url.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/browse-url.el b/lisp/browse-url.el index cfd44c41b3a..2f6012c68df 100644 --- a/lisp/browse-url.el +++ b/lisp/browse-url.el @@ -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) -- cgit v1.2.1