* lisp/xdg.el (xdg-thumb-uri): Fix doc string.
This commit is contained in:
parent
dc6b3560e5
commit
c7a0c13777
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue