Typo fix.

This commit is contained in:
Carsten Dominik 2008-04-12 15:46:23 +02:00
parent 1018c67ebb
commit 4528b1cd53
1 changed files with 1 additions and 1 deletions

View File

@ -704,7 +704,7 @@ See also the variable `org-reverse-note-order'."
(setq spos (org-refile-get-location "Heading: ")
exitcmd 'return
spos (nth 3 spos))))
(t (error "this should not hapen")))
(t (error "This should not happen")))
(if (not spos) (throw 'quit nil)) ; return nil to show we did
; not handle this note
(goto-char spos)