summaryrefslogtreecommitdiff
path: root/cider-popup.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-04-10 04:39:24 -0700
committerBozhidar Batsov <bozhidar@batsov.com>2016-04-10 04:39:24 -0700
commit007e5bd60925d509aa8abf3f39299d15d8f2144a (patch)
treec542522f0a48fbe5a57ee3048d346ec07a2cbddb /cider-popup.el
parentfb6bd5899ced540368df0585cdf6e9a81ebbd63c (diff)
Capitalize an Emacs mention
Diffstat (limited to 'cider-popup.el')
-rw-r--r--cider-popup.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-popup.el b/cider-popup.el
index 59344d64..b5976675 100644
--- a/cider-popup.el
+++ b/cider-popup.el
@@ -103,7 +103,7 @@ and automatically removed when killed."
(defun cider-emit-into-popup-buffer (buffer value &optional face)
"Emit into BUFFER the provided VALUE optionally using FACE."
- ;; Long string output renders emacs unresponsive and users might intentionally
+ ;; Long string output renders Emacs unresponsive and users might intentionally
;; kill the frozen popup buffer. Therefore, we don't re-create the buffer and
;; silently ignore the output.
(when (buffer-live-p buffer)