aboutsummaryrefslogtreecommitdiffstats
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 7360fb32ab5..76259bb20fb 100644
--- a/lisp/tar-mode.el
+++ b/lisp/tar-mode.el
@@ -470,7 +470,7 @@ is visible (and the real data of the buffer is hidden)."
470(put 'tar-mode 'mode-class 'special) 470(put 'tar-mode 'mode-class 'special)
471(put 'tar-subfile-mode 'mode-class 'special) 471(put 'tar-subfile-mode 'mode-class 'special)
472 472
473;;;##autoload 473;;;###autoload
474(defun tar-mode () 474(defun tar-mode ()
475 "Major mode for viewing a tar file as a dired-like listing of its contents. 475 "Major mode for viewing a tar file as a dired-like listing of its contents.
476You can move around using the usual cursor motion commands. 476You can move around using the usual cursor motion commands.