From 8088a2dffc9f59f1726710b9fcdb3a706c5fddc3 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Fri, 7 Dec 2018 13:42:48 +0900 Subject: [PATCH] Update doc --- emacs.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 6ae4b6e..c3c7b45 100644 --- a/emacs.el +++ b/emacs.el @@ -1893,7 +1893,10 @@ This mode is a simplified version of `adoc-mode'." (file-attributes recently-file))))) (defun recently-reload () - "Reload file." + "Reload file and update `recently-list' value. + +This function does nothing when there is no update to `recently-file' since last +read." (when (and (file-readable-p recently-file) (not (equal recently-file-mtime (nth 5