diff options
| -rw-r--r-- | hcel-client.el | 2 | 
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"  | 
