aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
diff options
context:
space:
mode:
authorPaul Eggert2024-06-04 22:13:47 -0700
committerPaul Eggert2024-06-04 22:16:28 -0700
commit3dcac22dd4225fdec0b97408da38f74de2a77bef (patch)
treec79a8563efbed67aae0bba5d46b628c1e8a5b69b /lisp/term
parent636461686f1d36388d4523cbb10eb7ec3bbbd63e (diff)
downloademacs-3dcac22dd4225fdec0b97408da38f74de2a77bef.tar.gz
emacs-3dcac22dd4225fdec0b97408da38f74de2a77bef.zip
Spelling fixes
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/android-win.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/android-win.el b/lisp/term/android-win.el
index 3538f41aa84..bab6b6b9ff0 100644
--- a/lisp/term/android-win.el
+++ b/lisp/term/android-win.el
@@ -305,7 +305,7 @@ names which represent them."
305 (new-uri-list nil) 305 (new-uri-list nil)
306 (dnd-unescape-file-uris t)) 306 (dnd-unescape-file-uris t))
307 (dolist (uri uri-list) 307 (dolist (uri uri-list)
308 ;; If the URI is a preprepared file name, insert it directly. 308 ;; If the URI is a prepared file name, insert it directly.
309 (if (string-match-p "^/content/by-authority\\(-named\\)?/" uri) 309 (if (string-match-p "^/content/by-authority\\(-named\\)?/" uri)
310 (setq uri (concat "file:" uri) 310 (setq uri (concat "file:" uri)
311 dnd-unescape-file-uris nil) 311 dnd-unescape-file-uris nil)