]> code.delx.au - gnu-emacs/blobdiff - lisp/dired-x.el
(end-of-defun): Don't skip to next line after
[gnu-emacs] / lisp / dired-x.el
index 98d643c6e291ac154a8cc1918172f5926be3193c..0dd36800916b554af16828f7576c2e24250bfc06 100644 (file)
 
 (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)