Fix checkdoc warning
This commit is contained in:
parent
db0220de5c
commit
c201e368d6
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue