emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 c7a0c13 1/2: * lisp/xdg.el (xdg-thumb-uri): Fix d


From: Mark Oteiza
Subject: [Emacs-diffs] emacs-26 c7a0c13 1/2: * lisp/xdg.el (xdg-thumb-uri): Fix doc string.
Date: Mon, 25 Sep 2017 08:50:18 -0400 (EDT)

branch: emacs-26
commit c7a0c137770be2ff5378a6c545fdea2d26e010f0
Author: Mark Oteiza <address@hidden>
Commit: Mark Oteiza <address@hidden>

    * lisp/xdg.el (xdg-thumb-uri): Fix doc string.
---
 lisp/xdg.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/xdg.el b/lisp/xdg.el
index e94fa8e..e962cd2 100644
--- a/lisp/xdg.el
+++ b/lisp/xdg.el
@@ -84,7 +84,7 @@
 
 (defun xdg-thumb-uri (filename)
   "Return the canonical URI for FILENAME.
-If FILENAME has absolute path /foo/bar.jpg, its canonical URI is
+If FILENAME has absolute file name /foo/bar.jpg, its canonical URI is
 file:///foo/bar.jpg"
   (concat "file://" (expand-file-name filename)))
 



reply via email to

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