diff options
| author | Richard M. Stallman | 1996-09-22 22:56:31 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-09-22 22:56:31 +0000 |
| commit | c4de97b454093c0a9321973b27a7461c9fa751b3 (patch) | |
| tree | 38c8f9331dda7eaff6e6bc9f794de2a8f888b062 | |
| parent | ab889912833310184344218536791e6537be8537 (diff) | |
| download | emacs-c4de97b454093c0a9321973b27a7461c9fa751b3.tar.gz emacs-c4de97b454093c0a9321973b27a7461c9fa751b3.zip | |
Doc fixes.
| -rw-r--r-- | lisp/arc-mode.el | 8 |
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.") | |||
| 241 | (make-variable-buffer-local 'archive-subfile-dos) | 241 | (make-variable-buffer-local 'archive-subfile-dos) |
| 242 | (put 'archive-subfile-dos 'permanent-local t) | 242 | (put 'archive-subfile-dos 'permanent-local t) |
| 243 | 243 | ||
| 244 | (defvar archive-files nil "Vector of file descriptors. Each descriptor is | 244 | (defvar archive-files nil |
| 245 | a vector of [ext-file-name int-file-name case-fiddled mode ...]") | 245 | "Vector of file descriptors. |
| 246 | Each descriptor is a vector of the form | ||
| 247 | [EXT-FILE-NAME INT-FILE-NAME CASE-FIDDLED MODE ...]") | ||
| 246 | (make-variable-buffer-local 'archive-files) | 248 | (make-variable-buffer-local 'archive-files) |
| 247 | 249 | ||
| 248 | (defvar archive-lemacs | 250 | (defvar archive-lemacs |
| @@ -610,7 +612,7 @@ is visible (and the real data of the buffer is hidden)." | |||
| 610 | (archive-next-line no))) | 612 | (archive-next-line no))) |
| 611 | 613 | ||
| 612 | (defun archive-summarize-files (files) | 614 | (defun archive-summarize-files (files) |
| 613 | "Insert a description of a list of files annotated with proper mouse face" | 615 | "Insert a description of a list of files annotated with proper mouse face." |
| 614 | (setq archive-file-list-start (point-marker)) | 616 | (setq archive-file-list-start (point-marker)) |
| 615 | (setq archive-file-name-indent (if files (aref (car files) 1) 0)) | 617 | (setq archive-file-name-indent (if files (aref (car files) 1) 0)) |
| 616 | ;; We don't want to do an insert for each element since that takes too | 618 | ;; We don't want to do an insert for each element since that takes too |