]> code.delx.au - gnu-emacs/blobdiff - lisp/gnusmisc.el
*** empty log message ***
[gnu-emacs] / lisp / gnusmisc.el
index 49768dd617e5a5eda43b9b8437dbbf1d8040e2ee..df7b16f48d2a5bdce71774fd0369adb0675ad631 100644 (file)
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 1989, 1990, 1993 Free Software Foundation, Inc.
 
-;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
+;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp>
 ;; Keywords: news
 
 ;; This file is part of GNU Emacs.
@@ -234,7 +234,7 @@ The killed newsgroups can be yanked by using \\[gnus-group-yank-group]."
 
 (defun gnus-group-yank-group ()
   "Yank the last newsgroup killed with \\[gnus-group-kill-group],
-inserting it before the newsgroup on the line containging point."
+inserting it before the newsgroup on the line containing point."
   (interactive)
   (gnus-group-insert-group (car gnus-killed-assoc))
   ;; Remove killed newsgroups from the buffer if exists.