diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2015-03-17 20:55:02 -0700 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-03-17 20:55:34 -0700 |
| commit | 1a93b9145d6f6aadb75f51eeb8d7b5bc45f06940 (patch) | |
| tree | d9fbc72318aa80f3d5bc1e4257074db5dc168535 /lisp | |
| parent | f9e354ebea34aeb1ef47b13ad77f670c7acb5b13 (diff) | |
| download | emacs-1a93b9145d6f6aadb75f51eeb8d7b5bc45f06940.tar.gz | |
* lisp/net/browse-url.el: Omit confusing documentation.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/net/browse-url.el | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lisp/net/browse-url.el b/lisp/net/browse-url.el index dff587e63ab..b44bb71c046 100644 --- a/lisp/net/browse-url.el +++ b/lisp/net/browse-url.el @@ -862,8 +862,7 @@ first, if that exists." ;;;###autoload (defun browse-url-at-point (&optional arg) "Ask a WWW browser to load the URL at or before point. -Don't let you edit the URL like `browse-url'. Variable -`browse-url-browser-function' says which browser to use." +Variable `browse-url-browser-function' says which browser to use." (interactive "P") (let ((url (browse-url-url-at-point))) (if url @@ -876,9 +875,8 @@ Don't let you edit the URL like `browse-url'. Variable (defun browse-url-at-mouse (event) "Ask a WWW browser to load a URL clicked with the mouse. The URL is the one around or before the position of the mouse click -but point is not changed. Don't let you edit the URL like -`browse-url'. Variable `browse-url-browser-function' says which browser -to use." +but point is not changed. Variable `browse-url-browser-function' +says which browser to use." (interactive "e") (save-excursion (mouse-set-point event) |
