Mercurial > emacs
changeset 106615:bd7f2c3eba70
Typo.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Fri, 18 Dec 2009 00:52:39 +0000 |
parents | 6609f07cf9fd |
children | 9fd36368ff9b |
files | lisp/gnus/ChangeLog |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog Fri Dec 18 00:47:21 2009 +0000 +++ b/lisp/gnus/ChangeLog Fri Dec 18 00:52:39 2009 +0000 @@ -1,7 +1,7 @@ 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org> - * nntp.el (nntp-service-to-port): Work for port expressed with numeric - string; replace [:digit:] with [0-9] for XEmacs. + * nntp.el (nntp-service-to-port): Work for service expressed with + numeric string; replace [:digit:] with [0-9] for XEmacs. 2009-12-17 Glenn Morris <rgm@gnu.org>