summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-09-22 22:56:31 +0000
committerRichard M. Stallman <rms@gnu.org>1996-09-22 22:56:31 +0000
commit247cefb186f4c848c8787709622f6a1f5c813650 (patch)
tree02d3e841f1f0af91ed4d92cf38e8770d0b076251
parent24087f9d8c6841055ad1119eb1aeb3c3f036a24e (diff)
downloademacs-247cefb186f4c848c8787709622f6a1f5c813650.tar.gz
Doc fixes.
-rw-r--r--lisp/arc-mode.el8
1 files changed, 5 insertions, 3 deletions
diff --git a/lisp/arc-mode.el b/lisp/arc-mode.el
index e8d8d7fa904..0a63debcd99 100644
--- a/lisp/arc-mode.el
+++ b/lisp/arc-mode.el
@@ -241,8 +241,10 @@ Archive and member name will be added.")
(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 @@ is visible (and the real data of the buffer is hidden)."
(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