summaryrefslogtreecommitdiff
path: root/autosave.scm
diff options
context:
space:
mode:
authorIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>2017-10-23 13:07:26 +0200
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>2017-10-23 13:07:26 +0200
commit101f0221b557866db79beae024b1418820b24998 (patch)
treee1f1b3dc7f28b8d1b0b1f1c9d4edaf37aa128df3 /autosave.scm
parenta34abe0c374d2a9ec1bb5b1825bc0f88eaa7166c (diff)
New upstream version 17.8
Diffstat (limited to 'autosave.scm')
-rw-r--r--autosave.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/autosave.scm b/autosave.scm
index aa80c52..864198d 100644
--- a/autosave.scm
+++ b/autosave.scm
@@ -6,12 +6,12 @@
(define auto-saving #f)
(define cancel-auto-save
- (let ((documentation "(cancel-auto-save) turns off the auto-save mechanism"))
+ (let ((+documentation+ "(cancel-auto-save) turns off the auto-save mechanism"))
(lambda ()
(set! auto-saving #f))))
(define auto-save
- (let ((documentation "(auto-save) starts watching files, automatically saving backup copies as edits accumulate")
+ (let ((+documentation+ "(auto-save) starts watching files, automatically saving backup copies as edits accumulate")
(auto-save-temp-name
(lambda (snd)