* lisp/tar-mode.el (tar-grind-file-mode): Fix docstring

This commit is contained in:
Tino Calancha 2017-08-13 23:38:29 +09:00
parent 0b858d9a88
commit 00bc04f606

View file

@ -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)