Correct two minor spelling errors
This commit is contained in:
parent
57e0cf321a
commit
bd287e657a
2 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@ PROMPT sets the `read-string prompt."
|
||||||
(if _after (ov-reset _ov))))
|
(if _after (ov-reset _ov))))
|
||||||
|
|
||||||
(defun prelude-annotate-todo ()
|
(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)
|
(interactive)
|
||||||
(ov-set (format "[[:space:]]*%s+[[:space:]]*TODO:" comment-start)
|
(ov-set (format "[[:space:]]*%s+[[:space:]]*TODO:" comment-start)
|
||||||
'before-string
|
'before-string
|
||||||
|
|
|
@ -75,7 +75,7 @@
|
||||||
|
|
||||||
(define-key 'help-command (kbd "C-i") 'info-display-manual)
|
(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-up-to-char)
|
||||||
(global-set-key (kbd "M-Z") 'zop-to-char)
|
(global-set-key (kbd "M-Z") 'zop-to-char)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue