diff options
| author | Paul Eggert | 2024-06-04 22:13:47 -0700 |
|---|---|---|
| committer | Paul Eggert | 2024-06-04 22:16:28 -0700 |
| commit | 3dcac22dd4225fdec0b97408da38f74de2a77bef (patch) | |
| tree | c79a8563efbed67aae0bba5d46b628c1e8a5b69b /lisp/term | |
| parent | 636461686f1d36388d4523cbb10eb7ec3bbbd63e (diff) | |
| download | emacs-3dcac22dd4225fdec0b97408da38f74de2a77bef.tar.gz emacs-3dcac22dd4225fdec0b97408da38f74de2a77bef.zip | |
Spelling fixes
Diffstat (limited to 'lisp/term')
| -rw-r--r-- | lisp/term/android-win.el | 2 |
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) |