Parcourir la source

Update doc

master
10sr il y a 6 ans
Parent
révision
8088a2dffc
Signé par: 10sr ID de la clé GPG: 7BEC428194130EB2
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. +4
    -1
      emacs.el

+ 4
- 1
emacs.el Voir le fichier

@@ -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


Chargement…
Annuler
Enregistrer