* lisp/tar-mode.el (tar-grind-file-mode): Fix docstring
This commit is contained in:
parent
0b858d9a88
commit
00bc04f606
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue