branch: elpa/undo-fu-session
commit d600ce368e9509f4ec2d425dc4bf48c3043f9354
Author: Campbell Barton <ideasma...@gmail.com>
Commit: Campbell Barton <ideasma...@gmail.com>

    Cleanup: quiet melpazoid warnings
---
 undo-fu-session.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/undo-fu-session.el b/undo-fu-session.el
index b6d7aa49f6..8124b0cd44 100755
--- a/undo-fu-session.el
+++ b/undo-fu-session.el
@@ -260,7 +260,7 @@ ignoring all branches that aren't included in the current 
undo state."
     (funcall fn tree))))
 
 (defun undo-fu-session--encode (tree)
-  "Encode `TREE' so that it can be stored as a file."
+  "Encode TREE so that it can be stored as a file."
   (declare (important-return-value t) (side-effect-free error-free))
   (cond
    ((eq t tree)
@@ -287,7 +287,7 @@ ignoring all branches that aren't included in the current 
undo state."
      tree))))
 
 (defun undo-fu-session--decode (tree)
-  "Decode `TREE' so that it can be recovered as undo data."
+  "Decode TREE so that it can be recovered as undo data."
   (declare (important-return-value t))
   ;; NOTE: can't be `side-effect-free' because it creates overlays in the 
buffer.
   (cond

Reply via email to