diff options
author | Karl Heuer <kwzh@gnu.org> | 1997-04-14 19:15:42 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1997-04-14 19:15:42 +0000 |
commit | c5e61a837bd2a4fe552b10cade3c1c151559c562 (patch) | |
tree | 4f0fef41cbda9c528dff81e4d2a9c0671c8f7b03 /lisp/browse-url.el | |
parent | 0a622af158fe425eb8245734ac3aa541e38f9e0a (diff) | |
download | emacs-c5e61a837bd2a4fe552b10cade3c1c151559c562.tar.gz |
(browse-url-browser-function): Fix syntax error.
Diffstat (limited to 'lisp/browse-url.el')
-rw-r--r-- | lisp/browse-url.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |