]> git.eshelyaron.com Git - emacs.git/commitdiff
(browse-url-browser-function): Fix syntax error.
authorKarl Heuer <kwzh@gnu.org>
Mon, 14 Apr 1997 19:15:42 +0000 (19:15 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 14 Apr 1997 19:15:42 +0000 (19:15 +0000)
lisp/browse-url.el

index cfd44c41b3aa1ffdfb0a7c972f6df4f50e3c0e25..2f6012c68dfd3d1048a307393593a864852db10f 100644 (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)