branch: elpa/haskell-mode
commit 26b134a0303b4ac4cf08f81c7c004a0f747e77a1
Author: Steve Purcell <st...@sanityinc.com>
Commit: Steve Purcell <st...@sanityinc.com>

    Fix quoting in docstring (bytecode warning)
    
    See #1875
---
 haskell-commands.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/haskell-commands.el b/haskell-commands.el
index 992bb9c9e4..dd6fb99c22 100644
--- a/haskell-commands.el
+++ b/haskell-commands.el
@@ -710,9 +710,9 @@ function `xref-find-definitions' after new table was 
generated."
                   (haskell-mode-message-line "Tags generated."))))))
 
 (defun haskell-process-add-cabal-autogen ()
-  "Add cabal's autogen dir to the GHCi search path.
+  "Add the cabal autogen dir to the GHCi search path.
 Add <cabal-project-dir>/dist/build/autogen/ to GHCi seatch path.
-This allows modules such as 'Path_...', generated by cabal, to be
+This allows modules such as \"Path_...\", generated by cabal, to be
 loaded by GHCi."
   (unless (eq 'cabal-repl (haskell-process-type))
     (let*

Reply via email to