]> git.eshelyaron.com Git - emacs.git/commitdiff
(Miscellaneous Commands): Texinfo usage fix.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 23 Jun 2005 01:21:38 +0000 (01:21 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 23 Jun 2005 01:21:38 +0000 (01:21 +0000)
man/dired-x.texi

index 208d07ce170f19fa5781b54e76a3e51b7ca39275..3e1c724dd5ac72b0e0cad4b140270566c2a7efa5 100644 (file)
@@ -1154,8 +1154,8 @@ bound to @kbd{C-x C-j} and @code{dired-jump-other-window} will not be bound to
 @cindex Reading mail.
 @kindex V
 @findex dired-vm
-Bound to @kbd{V} if @code{dired-bind-vm} is t.  Run VM on this file (assumed
-to be a UNIX mail folder).
+Bound to @kbd{V} if @code{dired-bind-vm} is @code{t}.  Run VM on this
+file (assumed to be a UNIX mail folder).
 
 @vindex dired-vm-read-only-folders
 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
 visited read-only.  This is the recommended value if you run VM 5.
 
 @vindex dired-bind-vm
-If the variable @code{dired-bind-vm} is t, @code{dired-vm} will be bound to
-@kbd{V}.  Otherwise, @code{dired-bind-rmail} will be bound.
+If the variable @code{dired-bind-vm} is @code{t}, @code{dired-vm} will be bound
+to @kbd{V}.  Otherwise, @code{dired-bind-rmail} will be bound.
 
 @item dired-rmail
 @cindex Reading mail.