fixed a couple of typos

This commit is contained in:
Bozhidar Batsov 2011-10-10 12:14:15 +03:00
parent ea15423f0a
commit 8dce63f133
2 changed files with 2 additions and 2 deletions

View file

@ -323,7 +323,7 @@ there's a region, all lines that region covers will be duplicated."
(interactive)
(prelude-indent-buffer)
(prelude-untabify-buffer)
(prelude-delete-trailing-whitespace))
(delete-trailing-whitespace))
(defun prelude-eval-and-replace ()
"Replace the preceding sexp with its value."

View file

@ -39,7 +39,7 @@
(global-set-key (kbd "C-x \\") 'align-regexp)
;; Perform general cleanup.
(global-set-key (kbd "C-c n") 'cleanup-buffer)
(global-set-key (kbd "C-c n") 'prelude-cleanup-buffer)
;; Font size
(define-key global-map (kbd "C-+") 'text-scale-increase)