diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-03-06 03:43:19 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-03-06 03:43:19 +0100 |
commit | 01c35094547e9bdb73ce4633a8706894b2b439a4 (patch) | |
tree | cd4cc3f176f64d51a5e65fa700dbc42cf64ec0b2 /lisp/emulation | |
parent | 509742cc29a0878b7b1decbc5afc94e29813d630 (diff) | |
download | emacs-01c35094547e9bdb73ce4633a8706894b2b439a4.tar.gz |
Fix typos.
* etc/srecode/el.srt: Fix typo.
* lisp/allout.el (allout-init, allout-prefixed-keybindings)
(allout-unprefixed-keybindings):
* lisp/progmodes/prolog.el (prolog-find-term):
Fix typos in docstrings.
* lisp/org/org.el (org-blank-before-new-entry, org-context-in-file-links)
(org-refile-targets, org-log-repeat, org-insert-link)
(org-speed-command-default-hook, org-speed-command-hook)
(org-in-regexps-block-p, org-yank-generic, org-goto-first-child):
Fix typos in docstrings.
(org-toggle-pretty-entities): Fix typo in message.
Diffstat (limited to 'lisp/emulation')
-rw-r--r-- | lisp/emulation/viper-cmd.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/viper-cmd.el b/lisp/emulation/viper-cmd.el index d9b79ccd317..5daef7f9666 100644 --- a/lisp/emulation/viper-cmd.el +++ b/lisp/emulation/viper-cmd.el @@ -776,7 +776,7 @@ Vi's prefix argument will be used. Otherwise, the prefix argument passed to (viper-copy-event (viper-seq-last-elt key)))) (if (commandp com) - ;; pretend that current state is the state we excaped to + ;; pretend that current state is the state we escaped to (let ((viper-current-state state)) (setq prefix-arg (or prefix-arg arg)) (command-execute com))) |