diff options
author | Mark Oteiza <mvoteiza@udel.edu> | 2017-09-25 08:44:23 -0400 |
---|---|---|
committer | Mark Oteiza <mvoteiza@udel.edu> | 2017-09-25 08:44:23 -0400 |
commit | c7a0c137770be2ff5378a6c545fdea2d26e010f0 (patch) | |
tree | 27a439f5fe9016a97a167db79f1331b60ed19357 /lisp/xdg.el | |
parent | dc6b3560e56c83b3e3191a3d95d31fe288181742 (diff) | |
download | emacs-c7a0c137770be2ff5378a6c545fdea2d26e010f0.tar.gz emacs-c7a0c137770be2ff5378a6c545fdea2d26e010f0.tar.bz2 emacs-c7a0c137770be2ff5378a6c545fdea2d26e010f0.zip |
* lisp/xdg.el (xdg-thumb-uri): Fix doc string.
Diffstat (limited to 'lisp/xdg.el')
-rw-r--r-- | lisp/xdg.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/xdg.el b/lisp/xdg.el index e94fa8ec924..e962cd21a6c 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))) |