From bd287e657aba3b77d63b7966d8b319b4aa7e54f0 Mon Sep 17 00:00:00 2001 From: Erik Johansson Date: Wed, 30 Aug 2017 19:01:31 +0200 Subject: [PATCH] Correct two minor spelling errors --- core/prelude-core.el | 2 +- core/prelude-global-keybindings.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/prelude-core.el b/core/prelude-core.el index 33584cb..216aa3e 100644 --- a/core/prelude-core.el +++ b/core/prelude-core.el @@ -68,7 +68,7 @@ PROMPT sets the `read-string prompt." (if _after (ov-reset _ov)))) (defun prelude-annotate-todo () - "Put fringe marker on TODO: lines in the curent buffer." + "Put fringe marker on TODO: lines in the current buffer." (interactive) (ov-set (format "[[:space:]]*%s+[[:space:]]*TODO:" comment-start) 'before-string diff --git a/core/prelude-global-keybindings.el b/core/prelude-global-keybindings.el index 6eb6467..425a189 100644 --- a/core/prelude-global-keybindings.el +++ b/core/prelude-global-keybindings.el @@ -75,7 +75,7 @@ (define-key 'help-command (kbd "C-i") 'info-display-manual) -;; replace zap-to-char functionaity with the more powerful zop-to-char +;; replace zap-to-char functionality with the more powerful zop-to-char (global-set-key (kbd "M-z") 'zop-up-to-char) (global-set-key (kbd "M-Z") 'zop-to-char)