Skip to content

Commit

Permalink
Fixed message typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Fasano committed Dec 16, 2019
1 parent e31c26b commit 1e1202a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/emacs/site-lisp/site-start.el
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@ See `exam-err' for more safe belts."

(switch-to-buffer buffer))

(run-at-time "1 sec" nil (lambda () (message "Good luck with the your test!")))
(run-at-time "1 sec" nil (lambda () (message "Good luck with your test!")))

;; Better as last item, so we can easily close Emacs in case of failures
(add-hook 'kill-emacs-query-functions 'exam-exit-hook))
Expand Down

0 comments on commit 1e1202a

Please sign in to comment.