]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/net/browse-url.el: Omit confusing documentation.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 18 Mar 2015 03:55:02 +0000 (20:55 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 18 Mar 2015 03:55:34 +0000 (20:55 -0700)
lisp/net/browse-url.el

index dff587e63ab07c19536f67c28af69d681610bb64..b44bb71c0467c3dc0d5917e07d287724896710d1 100644 (file)
@@ -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)