diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-11-20 04:48:53 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-11-20 04:48:53 +0100 |
commit | cd1181dbece7f23a801ce9c56b985f9466cd6511 (patch) | |
tree | 59d07d411c4de52f8e100fc1d71dbadd9095d1b2 /lisp/allout.el | |
parent | 17e845af732cf7bd0ada49375f014e10deb3d06a (diff) | |
download | emacs-cd1181dbece7f23a801ce9c56b985f9466cd6511.tar.gz |
Fix typos.
Diffstat (limited to 'lisp/allout.el')
-rw-r--r-- | lisp/allout.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/allout.el b/lisp/allout.el index a08aa05d581..bd2094da253 100644 --- a/lisp/allout.el +++ b/lisp/allout.el @@ -170,7 +170,7 @@ respective allout-mode keybinding variables, `allout-command-prefix', ;; the function value keymap of allout-mode-map is used in ;; minor-mode-map-alist - update it: (fset allout-mode-map allout-mode-map-value)) -;;;_ * intialize the mode map: +;;;_ * initialize the mode map: ;; ensure that allout-mode-map has some setting even if allout-mode hasn't ;; been invoked: (allout-compose-and-institute-keymap) |