Use $HOME.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Thu, 14 Sep 2000 19:48:13 +0000 (19:48 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Thu, 14 Sep 2000 19:48:13 +0000 (19:48 +0000)
texi/ChangeLog
texi/gnus.texi

index 0dae10a..233851d 100644 (file)
@@ -1,3 +1,7 @@
+2000-09-14 Jason R. Mastaler <jason@mastaler.com>
+
+       * gnus.texi (Mail Source Specifiers): Use $HOME.
+
 2000-08-14  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * gnus.texi (Mail Source Specifiers): Replace `@paragraph' with
index 4d35b51..6e42761 100644 (file)
@@ -11069,7 +11069,7 @@ The @samp{getmail} script would look something like the following:
 #  flu@@iki.fi
 
 MOVEMAIL=/usr/lib/emacs/20.3/i386-redhat-linux/movemail
-TMP=~/Mail/tmp
+TMP=$HOME/Mail/tmp
 rm -f $TMP; $MOVEMAIL $MAIL $TMP >/dev/null && cat $TMP
 @end example