aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1997-04-14 19:15:42 +0000
committerKarl Heuer <[email protected]>1997-04-14 19:15:42 +0000
commit1341d237b4062e1c4b3c0ce76691f8ce35beaad4 (patch)
tree106b9fca838ce93cbf07717b2324a30cab6174fc /lisp
parent481c3743bef73e31ea90d5ea934bcf70ad515c7c (diff)
(browse-url-browser-function): Fix syntax error.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/browse-url.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/browse-url.el b/lisp/browse-url.el
index cfd44c41b3..2f6012c68d 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)