nounverb noun

Url

61 of 78
Good / Friendly

reprieve - A temporary delay or suspension of a punishment or undesirable situation, often granted as a mercy or to allow for further consideration.

The condemned prisoner was granted a reprieve by the governor, to the great relief of both him and his family.

// Auto-focus search input when modal opens var searchModal = document.getElementById('searchModal'); if (searchModal) { searchModal.addEventListener('shown.bs.modal', function () { var inp = searchModal.querySelector('input[name=search]'); if (inp) inp.focus(); }); }