diff options
| -rw-r--r-- | man/dired-x.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/dired-x.texi b/man/dired-x.texi index 208d07ce170..3e1c724dd5a 100644 --- a/man/dired-x.texi +++ b/man/dired-x.texi | |||
| @@ -1154,8 +1154,8 @@ bound to @kbd{C-x C-j} and @code{dired-jump-other-window} will not be bound to | |||
| 1154 | @cindex Reading mail. | 1154 | @cindex Reading mail. |
| 1155 | @kindex V | 1155 | @kindex V |
| 1156 | @findex dired-vm | 1156 | @findex dired-vm |
| 1157 | Bound to @kbd{V} if @code{dired-bind-vm} is t. Run VM on this file (assumed | 1157 | Bound to @kbd{V} if @code{dired-bind-vm} is @code{t}. Run VM on this |
| 1158 | to be a UNIX mail folder). | 1158 | file (assumed to be a UNIX mail folder). |
| 1159 | 1159 | ||
| 1160 | @vindex dired-vm-read-only-folders | 1160 | @vindex dired-vm-read-only-folders |
| 1161 | If you give this command a prefix argument, it will visit the folder | 1161 | If you give this command a prefix argument, it will visit the folder |
| @@ -1168,8 +1168,8 @@ the symbol @code{if-file-read-only}, only files not writable by you are | |||
| 1168 | visited read-only. This is the recommended value if you run VM 5. | 1168 | visited read-only. This is the recommended value if you run VM 5. |
| 1169 | 1169 | ||
| 1170 | @vindex dired-bind-vm | 1170 | @vindex dired-bind-vm |
| 1171 | If the variable @code{dired-bind-vm} is t, @code{dired-vm} will be bound to | 1171 | If the variable @code{dired-bind-vm} is @code{t}, @code{dired-vm} will be bound |
| 1172 | @kbd{V}. Otherwise, @code{dired-bind-rmail} will be bound. | 1172 | to @kbd{V}. Otherwise, @code{dired-bind-rmail} will be bound. |
| 1173 | 1173 | ||
| 1174 | @item dired-rmail | 1174 | @item dired-rmail |
| 1175 | @cindex Reading mail. | 1175 | @cindex Reading mail. |