From c201e368d6811bbdc9dcdb1c996ca21493d2309a Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 18 Sep 2019 11:09:58 -0700 Subject: Fix checkdoc warning --- oni-core.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oni-core.el') 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) -- cgit v1.2.3-54-g00ecf