summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/tar-mode.el2
1 files changed, 1 insertions, 1 deletions
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)