diff lisp/gnus/gnus.el @ 49274:eb2699620e9c

* gnus-agent.el: Don't use `path'. * nnsoup.el (nnsoup-file-name): Ditto. * nnmail.el (nnmail-pathname-coding-system): Ditto. (nnmail-group-pathname): Ditto. * nnimap.el (nnimap-group-overview-filename): Ditto. * nnheader.el (nnheader-pathname-coding-system): Ditto. (nnheader-group-pathname): Ditto. * nnfolder.el (nnfolder-group-pathname): Ditto. * gnus.el (gnus-home-directory): Ditto. * gnus-group.el (gnus-group-icon-list): Ditto.
author ShengHuo ZHU <zsh@cs.rochester.edu>
date Thu, 16 Jan 2003 01:19:03 +0000
parents 52d99cc2e9e3
children 0d8b17d428b5
line wrap: on
line diff
--- a/lisp/gnus/gnus.el	Thu Jan 16 01:16:09 2003 +0000
+++ b/lisp/gnus/gnus.el	Thu Jan 16 01:19:03 2003 +0000
@@ -845,7 +845,7 @@
 
 (defcustom gnus-home-directory "~/"
   "Directory variable that specifies the \"home\" directory.
-All other Gnus path variables are initialized from this variable."
+All other Gnus file and directory variables are initialized from this variable."
   :group 'gnus-files
   :type 'directory)