aboutsummaryrefslogtreecommitdiffstats
path: root/oni-core.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-09-18 11:09:58 -0700
committerGravatar Tom Willemse2019-09-18 11:09:58 -0700
commitc201e368d6811bbdc9dcdb1c996ca21493d2309a (patch)
tree01a87b7e41a4dc9eba1952dfab9dbcca1336fe7e /oni-core.el
parentdb0220de5c1ac7db47d47322ce4dfa6c90e9bd51 (diff)
downloademacs-config-c201e368d6811bbdc9dcdb1c996ca21493d2309a.tar.gz
emacs-config-c201e368d6811bbdc9dcdb1c996ca21493d2309a.zip
Fix checkdoc warning
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)