Browse Source

Update doc

master
10sr 6 years ago
parent
commit
8088a2dffc
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      emacs.el

+ 4
- 1
emacs.el View File

@@ -1893,7 +1893,10 @@ This mode is a simplified version of `adoc-mode'."
(file-attributes recently-file))))) (file-attributes recently-file)))))


(defun recently-reload () (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) (when (and (file-readable-p recently-file)
(not (equal recently-file-mtime (not (equal recently-file-mtime
(nth 5 (nth 5


Loading…
Cancel
Save