]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/tar-mode.el (tar-grind-file-mode): Fix docstring
authorTino Calancha <tino.calancha@gmail.com>
Sun, 13 Aug 2017 14:38:29 +0000 (23:38 +0900)
committerTino Calancha <tino.calancha@gmail.com>
Sun, 13 Aug 2017 14:38:29 +0000 (23:38 +0900)
lisp/tar-mode.el

index 1d453d2980ef52995aead7d5bb5f31f6400a1e7e..b0d317769423527f3e177fe0b9a914f1009e125c 100644 (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)