1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2025-02-04 21:07:44 +00:00

Fix typos

This commit is contained in:
Carsten Dominik 2009-07-06 22:30:39 +02:00
parent 30d448b2e1
commit e16c5b7b64
2 changed files with 2 additions and 2 deletions

View File

@ -582,7 +582,7 @@ the clocking selection, associated with the letter `d'."
(setq org-clock-mode-line-timer
(run-with-timer 60 60 'org-clock-update-mode-line))
(message "Clock starts at %s - %s" ts msg-extra)
(run-hooks 'org-click-in-hook)))))))
(run-hooks 'org-clock-in-hook)))))))
(defun org-clock-mark-default-task ()
"Mark current task as default task."

View File

@ -349,7 +349,7 @@ RET at beg-of-buf -> Append to file as level 2 headline
(setq char0 (read-char-exclusive))
(when (and (not (assoc char0 templates))
(not (equal char0 ?\C-g)))
(message "No suche template \"%c\"" char0)
(message "No such template \"%c\"" char0)
(ding) (sit-for 1)
(setq char0 nil)))
(when (equal char0 ?\C-g)