(show_help_echo): Update prototype of show_help_echo.
[bpt/emacs.git] / lisp / gnusmisc.el
index 49768dd..df7b16f 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.