diff options
author | Jim Blandy <jimb@redhat.com> | 1993-06-09 11:59:12 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-06-09 11:59:12 +0000 |
commit | 51e0793e64ad3bd5dc846baec79a4b7bd4b6bbd1 (patch) | |
tree | 063390d9d89804416186b2e30f271758dc0a0542 /lisp/=mhspool.el | |
parent | 991171cf5b04b6949734b55ab6d6f5657ee19428 (diff) | |
download | emacs-51e0793e64ad3bd5dc846baec79a4b7bd4b6bbd1.tar.gz |
Apply typo patches from Paul Eggert.
Diffstat (limited to 'lisp/=mhspool.el')
-rw-r--r-- | lisp/=mhspool.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/=mhspool.el b/lisp/=mhspool.el index 900d8eb0c99..b81823938f0 100644 --- a/lisp/=mhspool.el +++ b/lisp/=mhspool.el @@ -49,7 +49,7 @@ mhspool-list-folders-using-ls and mhspool-list-folders-using-sh are provided now. I suppose the later is faster.") (defvar mhspool-list-directory-switches '("-R") - "*Switches for mhspool-list-folders-using-ls to pass to `ls' for gettting file lists. + "*Switches for mhspool-list-folders-using-ls to pass to `ls' for getting file lists. One entry should appear on one line. You may need to add `-1' option.") @@ -438,7 +438,7 @@ in the current news group." (let ((string (substring string 0)) ;Copy string. (len (length string)) (idx 0)) - ;; Replace all occurence of FROM with TO. + ;; Replace all occurrences of FROM with TO. (while (< idx len) (if (= (aref string idx) from) (aset string idx to)) |