aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-01-31 02:54:23 +0000
committerGlenn Morris2009-01-31 02:54:23 +0000
commite1eabe41537f3cf122a1734e712b297007e36e2e (patch)
treea365ecb126185cb37a0347f3dceb5a9abecc9afb
parent816b37218901d032bb2b0dd5b392394666ceb3c4 (diff)
downloademacs-e1eabe41537f3cf122a1734e712b297007e36e2e.tar.gz
emacs-e1eabe41537f3cf122a1734e712b297007e36e2e.zip
(Out of Rmail): Correct b2m location.
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/rmail.texi8
2 files changed, 8 insertions, 4 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 2550f02c4b3..b7d3358afd9 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,7 @@
12009-01-31 Glenn Morris <rgm@gnu.org>
2
3 * rmail.texi (Out of Rmail): Correct b2m location.
4
12009-01-27 Chong Yidong <cyd@stupidchicken.com> 52009-01-27 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * fixit.texi (Undo): Update undo limit values. 7 * fixit.texi (Undo): Update undo limit values.
diff --git a/doc/emacs/rmail.texi b/doc/emacs/rmail.texi
index 09b097e35b1..8d56eb4e784 100644
--- a/doc/emacs/rmail.texi
+++ b/doc/emacs/rmail.texi
@@ -1191,10 +1191,10 @@ where the Rmail file resides, or can access the Rmail file remotely
1191(@pxref{Remote Files}) from a machine where Emacs is installed. If 1191(@pxref{Remote Files}) from a machine where Emacs is installed. If
1192accessing Rmail files from Emacs is impossible, you can use the 1192accessing Rmail files from Emacs is impossible, you can use the
1193@command{b2m} program instead. @command{b2m} is part of the Emacs 1193@command{b2m} program instead. @command{b2m} is part of the Emacs
1194distribution, it is installed into the same directory where all the 1194distribution, it is installed into the same directory as the
1195other auxiliary programs (@command{etags} etc.) are installed, and its 1195@command{emacs} executable, and its source is available in the Emacs
1196source is available in the Emacs source distribution, so that you 1196source distribution (in the @file{lib-src} directory), so that you could
1197could copy the source to the target machine and compile it there. 1197copy the source to the target machine and compile it there.
1198 1198
1199 To convert a file @file{@var{babyl-file}} into @file{@var{mbox-file}}, 1199 To convert a file @file{@var{babyl-file}} into @file{@var{mbox-file}},
1200invoke @command{b2m} like this: 1200invoke @command{b2m} like this: