diff options
author | JSDurand <mmemmew@gmail.com> | 2022-03-31 21:17:00 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2022-03-31 21:17:00 +0800 |
commit | 894f5c008e715938db1dfadbfea9df1ef8ed50dc (patch) | |
tree | bcbf0b7fba374b47be3cd7742f8976404b2bee9a /dashboard.el | |
parent | bdf4614cbd1023629003304b1b03746e4bc74979 (diff) |
dashboard: wording of the alerting message
"Don't kill" => "Please don't kill"
Diffstat (limited to 'dashboard.el')
-rw-r--r-- | dashboard.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard.el b/dashboard.el index f249745..b285547 100644 --- a/dashboard.el +++ b/dashboard.el @@ -74,7 +74,7 @@ If FORCE is non-nil, re-gerenate the dashboard buffer." ((eq (current-buffer) (get-buffer dashboard-buffer-name)) ;; The function message returns the message, so applying not will ;; produce nil as needed. - (not (message "Don't kill the dashboard buffer"))) + (not (message "Please don't kill the dashboard buffer"))) (t))) (add-hook 'kill-buffer-query-functions 'dont-kill-dashboard-fn) |