comparison lisp/gnus/gnus-mule.el @ 48588:52d99cc2e9e3

Typos.
author ShengHuo ZHU <zsh@cs.rochester.edu>
date Fri, 29 Nov 2002 15:57:52 +0000
parents 253f761ad37b
children 695cf19ef79e
comparison
equal deleted inserted replaced
48587:0af9ad587767 48588:52d99cc2e9e3
1 ;;; gnus-mule.el --- provide backward compatibility function to GNUS 1 ;;; gnus-mule.el --- provide backward compatibility function to GNUS
2 2
3 ;; Copyright (C) 1995,1997 Free Software Foundation, Inc. 3 ;; Copyright (C) 1995, 1997, 2002 Free Software Foundation, Inc.
4 ;; Copyright (C) 1995, 2000 Electrotechnical Laboratory, JAPAN. 4 ;; Copyright (C) 1995, 2000 Electrotechnical Laboratory, JAPAN.
5 5
6 ;; Maintainer: FSF 6 ;; Maintainer: FSF
7 ;; Keywords: news, i18n 7 ;; Keywords: news, i18n
8 8
37 "Specify that articles of news group NAME are encoded in CODING-SYSTEM. 37 "Specify that articles of news group NAME are encoded in CODING-SYSTEM.
38 All news groups deeper than NAME are also the target. 38 All news groups deeper than NAME are also the target.
39 If CODING-SYSTEM is a cons, the car part is used and the cdr 39 If CODING-SYSTEM is a cons, the car part is used and the cdr
40 part is ignored. 40 part is ignored.
41 41
42 This function exists for backward comaptibility with Emacs 20. It is 42 This function exists for backward compatibility with Emacs 20. It is
43 recommended to customize the variable `gnus-group-charset-alist' 43 recommended to customize the variable `gnus-group-charset-alist'
44 rather than using this function." 44 rather than using this function."
45 (if (consp coding-system) 45 (if (consp coding-system)
46 ;; Ignore the cdr part because now Gnus can't use different 46 ;; Ignore the cdr part because now Gnus can't use different
47 ;; coding systems for encoding and decoding. 47 ;; coding systems for encoding and decoding.