# HG changeset patch # User Karl Heuer # Date 861045342 0 # Node ID b386f1a9ed751336d5270ce4862769a3cf2c281d # Parent 6326f81513a4f7ae5965c089f482c266cde8e3a2 (browse-url-browser-function): Fix syntax error. diff -r 6326f81513a4 -r b386f1a9ed75 lisp/browse-url.el --- a/lisp/browse-url.el Mon Apr 14 11:18:41 1997 +0000 +++ b/lisp/browse-url.el Mon Apr 14 19:15:42 1997 +0000 @@ -299,7 +299,7 @@ '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)