comparison lisp/tar-mode.el @ 3419:97205883b02d

Typo in autoload cookie.
author Richard M. Stallman <rms@gnu.org>
date Tue, 01 Jun 1993 21:42:03 +0000
parents 0865c1679cd8
children 872d8ef4bb62
comparison
equal deleted inserted replaced
3418:fe1623f77956 3419:97205883b02d
468 468
469 ;; tar mode is suitable only for specially formatted data. 469 ;; tar mode is suitable only for specially formatted data.
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.
476 You can move around using the usual cursor motion commands. 476 You can move around using the usual cursor motion commands.
477 Letters no longer insert themselves. 477 Letters no longer insert themselves.
478 Type 'e' to pull a file out of the tar file and into its own buffer. 478 Type 'e' to pull a file out of the tar file and into its own buffer.