diff options
author | Glenn Morris <rgm@gnu.org> | 2011-02-22 19:32:42 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-02-22 19:32:42 -0800 |
commit | 51a13bdd9324860db6381e6da121411467087bec (patch) | |
tree | edc42745b3d7933bff19ad281d31252809534c23 /doc/misc/dired-x.texi | |
parent | c1449bffe23febaed03c89eaffce7f3ec5d88cce (diff) | |
download | emacs-51a13bdd9324860db6381e6da121411467087bec.tar.gz |
* doc/misc/dired-x.texi (Features, Local Variables): Fix typos.
(Features): Minor rephrasing.
Diffstat (limited to 'doc/misc/dired-x.texi')
-rw-r--r-- | doc/misc/dired-x.texi | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/misc/dired-x.texi b/doc/misc/dired-x.texi index fada13faf15..2a49390041a 100644 --- a/doc/misc/dired-x.texi +++ b/doc/misc/dired-x.texi @@ -145,12 +145,12 @@ Guessing shell commands in Dired buffers. @xref{Shell Command Guessing}. @end itemize @item -Running Dired command in non-Dired buffers. +Running Dired commands in non-Dired buffers. @itemize @bullet @xref{Virtual Dired}. @end itemize @item -Finding a file mentioned in a buffer +Finding a file mentioned in a buffer. @itemize @bullet @xref{Find File At Point}. @end itemize @@ -164,10 +164,10 @@ Commands using file marking. @noindent @file{dired-x.el} binds some functions to keys in Dired Mode (@pxref{Key Index}) and also binds @kbd{C-x C-j} and @kbd{C-x 4 C-j} @emph{globally} to -@code{dired-jump} (@pxref{Miscellaneous Commands}). It may also bind @kbd{C-x -C-f} and @kbd{C-x 4 C-f} to @code{dired-x-find-file} and -@code{dired-x-find-file-other-window}, respectively (@pxref{Find File At -Point}). +@code{dired-jump} (@pxref{Miscellaneous Commands}). Optionally, it +also binds @kbd{C-x C-f} and @kbd{C-x 4 C-f} to +@code{dired-x-find-file} and @code{dired-x-find-file-other-window}, +respectively (@pxref{Find File At Point}). @node Technical Details, , Features, Introduction @section Technical Details @@ -548,7 +548,7 @@ omitted automatically @noindent You can set @code{dired-local-variables-file} to @code{nil} to suppress this. The value of @code{dired-enable-local-variables} controls if and how these -local variables are read. This variable exists so that if may override the +local variables are read. This variable exists so that it may override the default value of @code{enable-local-variables}. @noindent |