diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-07-17 18:56:09 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-07-17 18:56:09 +0000 |
commit | 056afaf788dbc757a538fa616ceb6afb1a0200aa (patch) | |
tree | 4d82a4b1fafa973d173fa6039f1ed52f39810a75 /lisp/gnus.el | |
parent | f66c5d9a9c767663a7a7e0d68d9d4a32216742e0 (diff) | |
download | emacs-056afaf788dbc757a538fa616ceb6afb1a0200aa.tar.gz |
(gnus-info-nodes): Update node names.
Diffstat (limited to 'lisp/gnus.el')
-rw-r--r-- | lisp/gnus.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/gnus.el b/lisp/gnus.el index 935dca78b87..3e1e423d4d3 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -1,6 +1,6 @@ ;;; GNUS: an NNTP-based News Reader for GNU Emacs ;; Copyright (C) 1987, 1988, 1989, 1990, 1993 Free Software Foundation, Inc. -;; $Header: /gd/gnu/emacs/19.0/lisp/RCS/gnus.el,v 1.21 1993/06/10 11:46:43 jimb Exp jimb $ +;; $Header: /home/fsf/rms/e19/lisp/RCS/gnus.el,v 1.22 1993/06/29 23:03:21 jimb Exp rms $ ;; This file is part of GNU Emacs. @@ -612,8 +612,8 @@ use this; if non-nil, use no host name (user name only)") '((gnus-group-mode "(gnus)Newsgroup Commands") (gnus-summary-mode "(gnus)Summary Commands") (gnus-article-mode "(gnus)Article Commands") - (gnus-kill-file-mode "(gnus)KILL File") - (gnus-browse-killed-mode "(gnus)Maintenance")) + (gnus-kill-file-mode "(gnus)Kill File") + (gnus-browse-killed-mode "(gnus)Maintaining Subscriptions")) "Assoc list of major modes and related Info nodes.") ;; Alist syntax is different from that of 3.14.3. |