emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 7f5086d: * lisp/net/shr.el (shr-copy-url): Fix do


From: Noam Postavsky
Subject: [Emacs-diffs] emacs-26 7f5086d: * lisp/net/shr.el (shr-copy-url): Fix docstring.
Date: Thu, 27 Sep 2018 19:40:11 -0400 (EDT)

branch: emacs-26
commit 7f5086da051aaf80e44db9d6f682a259ff1c686b
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    * lisp/net/shr.el (shr-copy-url): Fix docstring.
---
 lisp/net/shr.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/net/shr.el b/lisp/net/shr.el
index 5582e29..364f289 100644
--- a/lisp/net/shr.el
+++ b/lisp/net/shr.el
@@ -302,9 +302,9 @@ under point instead."
 
 (defun shr-copy-url (url)
   "Copy the URL under point to the kill ring.
-If IMAGE-URL (the prefix) is non-nil, or there is no link under
-point, but there is an image under point then copy the URL of the
-image under point instead."
+With a prefix argument, or if there is no link under point, but
+there is an image under point then copy the URL of the image
+under point instead."
   (interactive (list (shr-url-at-point current-prefix-arg)))
   (if (not url)
       (message "No URL under point")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]