1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

Fixed a typo

This commit is contained in:
John Wiegley 2012-06-17 09:41:34 -05:00
parent aea35b2370
commit debf2c23f3

View File

@ -50,8 +50,8 @@
;; (setq foo-variable t) ;; (setq foo-variable t)
;; (foo-mode 1))) ;; (foo-mode 1)))
;; ;;
;; A very command thing to do when loading a module is to bind a key to ;; A very common thing to do when loading a module is to bind a key to primary
;; primary commands within that module: ;; commands within that module:
;; ;;
;; (use-package ace-jump-mode ;; (use-package ace-jump-mode
;; :bind ("C-." . ace-jump-mode)) ;; :bind ("C-." . ace-jump-mode))