From dc0227d09b7a84724d4f30822396a046b85788a4 Mon Sep 17 00:00:00 2001 From: John Valente Date: Thu, 6 Oct 2016 13:22:05 -0700 Subject: [Fix #1831] Replace \u2019 with ASCII apostrophe (#1857) --- cider-repl.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'cider-repl.el') 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 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 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 ;; . ;; -;; 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 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. -- cgit v1.2.3