diff lisp/dired-x.el @ 101541:70c1bf2f6e38

(dired-bind-vm): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Tue, 27 Jan 2009 03:45:06 +0000
parents a9dc0e7c3f2b
children 1c6cb8760e45
line wrap: on
line diff
--- a/lisp/dired-x.el	Tue Jan 27 03:43:26 2009 +0000
+++ b/lisp/dired-x.el	Tue Jan 27 03:45:06 2009 +0000
@@ -123,8 +123,11 @@
 
 (defcustom dired-bind-vm nil
   "Non-nil means \"V\" runs `dired-vm', otherwise \"V\" runs `dired-rmail'.
-Also, RMAIL files contain -*- rmail -*- at the top so \"f\",
-`dired-advertised-find-file', will run rmail."
+
+RMAIL files in the old Babyl format (used before before Emacs 23.1)
+contain \"-*- rmail -*-\" at the top, so `dired-find-file'
+will run `rmail' on these files.  New RMAIL files use the standard
+mbox format, and so cannot be distinguished in this way."
   :type 'boolean
   :group 'dired-keys)