From 00bc04f60614907c8042a9f2eb73cc8062006649 Mon Sep 17 00:00:00 2001 From: Tino Calancha Date: Sun, 13 Aug 2017 23:38:29 +0900 Subject: [PATCH] * lisp/tar-mode.el (tar-grind-file-mode): Fix docstring --- lisp/tar-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/tar-mode.el b/lisp/tar-mode.el index 1d453d2980e..b0d31776942 100644 --- a/lisp/tar-mode.el +++ b/lisp/tar-mode.el @@ -469,7 +469,7 @@ checksum before doing the check." (concat " " (substring str 4 16) (format-time-string " %Y" time)))) (defun tar-grind-file-mode (mode) - "Construct a `-rw--r--r--' string indicating MODE. + "Construct a `rw-r--r--' string indicating MODE. MODE should be an integer which is a file mode value." (string (if (zerop (logand 256 mode)) ?- ?r) -- 2.39.5