|
@@ -13788,7 +13788,7 @@ Optional argument FILE means, use this file instead of the current."
|
|
|
(defun org-check-agenda-file (file)
|
|
|
"Make sure FILE exists. If not, ask user what to do."
|
|
|
(when (not (file-exists-p file))
|
|
|
- (message "non-existent file %s. [R]emove from list or [A]bort?"
|
|
|
+ (message "non-existent agenda file %s. [R]emove from list or [A]bort?"
|
|
|
(abbreviate-file-name file))
|
|
|
(let ((r (downcase (read-char-exclusive))))
|
|
|
(cond
|