Mercurial > emacs
changeset 16291:d62ef382bb03
Doc fixes.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 22 Sep 1996 22:56:31 +0000 |
parents | 583e730756ef |
children | 86408ea93da6 |
files | lisp/arc-mode.el |
diffstat | 1 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/arc-mode.el Sun Sep 22 22:54:58 1996 +0000 +++ b/lisp/arc-mode.el Sun Sep 22 22:56:31 1996 +0000 @@ -241,8 +241,10 @@ (make-variable-buffer-local 'archive-subfile-dos) (put 'archive-subfile-dos 'permanent-local t) -(defvar archive-files nil "Vector of file descriptors. Each descriptor is -a vector of [ext-file-name int-file-name case-fiddled mode ...]") +(defvar archive-files nil + "Vector of file descriptors. +Each descriptor is a vector of the form + [EXT-FILE-NAME INT-FILE-NAME CASE-FIDDLED MODE ...]") (make-variable-buffer-local 'archive-files) (defvar archive-lemacs @@ -610,7 +612,7 @@ (archive-next-line no))) (defun archive-summarize-files (files) - "Insert a description of a list of files annotated with proper mouse face" + "Insert a description of a list of files annotated with proper mouse face." (setq archive-file-list-start (point-marker)) (setq archive-file-name-indent (if files (aref (car files) 1) 0)) ;; We don't want to do an insert for each element since that takes too