summaryrefslogtreecommitdiff
path: root/cider-repl.el
diff options
context:
space:
mode:
authorJohn Valente <johnv02139@yahoo.com>2016-10-06 13:22:05 -0700
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2016-10-06 23:22:05 +0300
commitdc0227d09b7a84724d4f30822396a046b85788a4 (patch)
tree2934930d8daabd580383efb6fd99040f5374d8c0 /cider-repl.el
parentf2a839fc13185a88159ea609bb74c80c0e31f821 (diff)
[Fix #1831] Replace \u2019 with ASCII apostrophe (#1857)
Diffstat (limited to 'cider-repl.el')
-rw-r--r--cider-repl.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/cider-repl.el b/cider-repl.el
index 2ae6e4a5..4ae1d1a4 100644
--- a/cider-repl.el
+++ b/cider-repl.el
@@ -309,9 +309,9 @@ client process connection. Unless NO-BANNER is non-nil, insert a banner."
"Generate the help banner."
(substitute-command-keys
"\n;; ======================================================================
-;; If you’re new to CIDER it is highly recommended to go through its
+;; If you're new to CIDER it is highly recommended to go through its
;; manual first. Type <M-x cider-view-manual> to view it.
-;; In case you’re seeing any warnings you should consult the manual’s
+;; In case you're seeing any warnings you should consult the manual's
;; \"Troubleshooting\" section.
;;
;; Here are few tips to get you started:
@@ -328,13 +328,13 @@ client process connection. Unless NO-BANNER is non-nil, insert a banner."
;; * Print CIDER's refcard and keep it close to your keyboard.
;;
;; CIDER is super customizable - try <M-x customize-group cider> to
-;; get a feel for this. If you’re thirsty for knowledge you should try
+;; get a feel for this. If you're thirsty for knowledge you should try
;; <M-x cider-drink-a-sip>.
;;
-;; If you think you’ve encountered a bug (or have some suggestions for
+;; If you think you've encountered a bug (or have some suggestions for
;; improvements) use <M-x cider-report-bug> to report it.
;;
-;; Above all else - don’t panic! In case of an emergency - procure
+;; Above all else - don't panic! In case of an emergency - procure
;; some (hard) cider and enjoy it responsibly!
;;
;; You can remove this message with the `cider-repl-clear-help-banner' command.