aboutsummaryrefslogtreecommitdiffstats
path: root/oni-core.el
diff options
context:
space:
mode:
Diffstat (limited to 'oni-core.el')
-rw-r--r--oni-core.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/oni-core.el b/oni-core.el
index acb7d13..72c0d83 100644
--- a/oni-core.el
+++ b/oni-core.el
@@ -40,7 +40,7 @@
(delete-trailing-whitespace)))
(defun oni-core--switch-newline-keys ()
- "Switch the C-j and RET keys in the local buffer."
+ "Switch the ‘C-j’ and ‘RET’ keys in the local buffer."
(if electric-indent-mode
(progn
(local-set-key (kbd "C-j") 'newline)