emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/assess dae3a60f7a 09/95: Docstring fix.


From: ELPA Syncer
Subject: [elpa] externals/assess dae3a60f7a 09/95: Docstring fix.
Date: Tue, 19 Jul 2022 15:57:28 -0400 (EDT)

branch: externals/assess
commit dae3a60f7a311bb0bb823e4f97ca65691531f26f
Author: Phillip Lord <phillip.lord@newcastle.ac.uk>
Commit: Phillip Lord <phillip.lord@newcastle.ac.uk>

    Docstring fix.
---
 sisyphus.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sisyphus.el b/sisyphus.el
index c4582e5826..8f3189d5c2 100644
--- a/sisyphus.el
+++ b/sisyphus.el
@@ -88,7 +88,7 @@
 (defun sisyphus--write-file-silently (filename)
   "Write current buffer into FILENAME.
 Unlike most other ways of saving a file, this should not
-print any messages!."
+print any messages!"
   (write-region
    (point-min) (point-max)
    filename nil
@@ -168,7 +168,6 @@ print any messages!."
 (put 'sisyphus-buffer-string=
      'ert-explainer
      'sisyphus-explain-buffer-string=)
-
 ;; #+end_src
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]