Emacs: Fix description for my/quelpa-upgrade-all-maybe.

This commit is contained in:
tastytea 2020-02-27 06:09:21 +01:00
parent 53d1a23d61
commit 6610afe4cf
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
;;; package-management.el --- Initialize package management. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-02-27T05:25:23+0100>
;; Time-stamp: <2020-02-27T05:36:25+0100>
;;; Commentary:
;; * Set up package sources and their priorities.
@ -79,7 +79,7 @@
:config
(defun my/quelpa-upgrade-all-maybe (&optional force)
"Run `quelpa-upgrade-all' if at least 7 days passed since the last run.
With prefix FORCE, packages will all be upgraded discarding local changes."
The prefix FORCE will be passed to `quelpa-upgrade-all'."
(interactive "P")
(let ((timestamp (expand-file-name "last_upgrade" quelpa-dir))
(days 7))