branch: externals/urgrep
commit 1c08b41324c729c53bca4d68db0f4146de8d8a17
Author: Jim Porter <[email protected]>
Commit: Jim Porter <[email protected]>
s/TRAMP/Tramp/g
---
README.md | 2 +-
urgrep.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index a1e6228de6..48cd24071c 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ along, you won't need to find a new Emacs package for it.
Easily manipulate per-search options with Isearch-like key bindings within the
Urgrep minibuffer prompt.
-#### Seamless support for TRAMP
+#### Seamless support for Tramp
Each host can use a different set of tools depending on what the system has
installed without any special configuration.
diff --git a/urgrep.el b/urgrep.el
index 0bb746b7d6..6f52d07564 100644
--- a/urgrep.el
+++ b/urgrep.el
@@ -340,7 +340,7 @@ and the path of the executable."
(defvar urgrep--host-defaults nil
"Default urgrep values for each known host.
-This is an alist of host symbols (`localhost' or a TRAMP host) and
+This is an alist of host symbols (`localhost' or a Tramp host) and
the default tool to use on that host.")
(defun urgrep--get-prop (prop tool)