1
0
Fork 0

Fix checkdoc warning

This commit is contained in:
Tom Willemse 2019-09-18 11:09:58 -07:00
parent db0220de5c
commit c201e368d6

View file

@ -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)