aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-09-19 11:34:42 +1000
committerYuchen Pei <hi@ypei.me>2022-09-19 11:34:42 +1000
commitc14271c3732f02ae391c3847ed7a687171ef4013 (patch)
treefd6f6bafb9d3e35e0212741c3650b032c8a63c54
parentcc43ecd801fd6759d574d2f8ea846265565b507a (diff)
minor fix
-rw-r--r--hcel-client.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/hcel-client.el b/hcel-client.el
index 2061be9..ab64ea3 100644
--- a/hcel-client.el
+++ b/hcel-client.el
@@ -18,7 +18,7 @@
;; License along with hcel. If not, see <https://www.gnu.org/licenses/>.
(defcustom hcel-host "localhost:8080"
- "hcel endpoint"
+ "hcel server host"
:group 'hcel)
(defcustom hcel-indexed-dir "/.haskell-code-explorer"
"hcel indexed dir"