diff options
author | Pavel Janík <Pavel@Janik.cz> | 2002-01-13 09:02:35 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2002-01-13 09:02:35 +0000 |
commit | 246e8695915819eeab400c5b80104e5049dec358 (patch) | |
tree | 5ff331e2b0eae825f48e86d25171cab87adb65c8 /lisp/arc-mode.el | |
parent | c494f6633733d24b79492ceaa64dbec074b0cc8b (diff) | |
download | emacs-246e8695915819eeab400c5b80104e5049dec358.tar.gz |
Fix typo.
Diffstat (limited to 'lisp/arc-mode.el')
-rw-r--r-- | lisp/arc-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/arc-mode.el b/lisp/arc-mode.el index 987f29f1540..c844abedebe 100644 --- a/lisp/arc-mode.el +++ b/lisp/arc-mode.el @@ -88,7 +88,7 @@ ;; Each member header points to the next. The archive is ;; terminated by a bogus header with a zero next link. ;; ------------------------------------- -;; HOOKS: `foo' means one the the supported archive types. +;; HOOKS: `foo' means one of the supported archive types. ;; ;; archive-mode-hook ;; archive-foo-mode-hook |