diff options
| author | Karl Heuer | 1997-04-14 19:15:42 +0000 |
|---|---|---|
| committer | Karl Heuer | 1997-04-14 19:15:42 +0000 |
| commit | 1341d237b4062e1c4b3c0ce76691f8ce35beaad4 (patch) | |
| tree | 106b9fca838ce93cbf07717b2324a30cab6174fc /lisp | |
| parent | 481c3743bef73e31ea90d5ea934bcf70ad515c7c (diff) | |
| download | emacs-1341d237b4062e1c4b3c0ce76691f8ce35beaad4.tar.gz emacs-1341d237b4062e1c4b3c0ce76691f8ce35beaad4.zip | |
(browse-url-browser-function): Fix syntax error.
Diffstat (limited to 'lisp')
| -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 | |||
| 299 | 'browse-url-netscape | 299 | 'browse-url-netscape |
| 300 | "*Function to display the current buffer in a WWW browser. | 300 | "*Function to display the current buffer in a WWW browser. |
| 301 | This is used by the `browse-url-at-point', `browse-url-at-mouse', and | 301 | This is used by the `browse-url-at-point', `browse-url-at-mouse', and |
| 302 | `browse-url-of-file' commands." | 302 | `browse-url-of-file' commands. |
| 303 | The function should take one argument, an URL." | 303 | The function should take one argument, an URL." |
| 304 | :type 'function | 304 | :type 'function |
| 305 | :group 'browse-url) | 305 | :group 'browse-url) |