diff options
author | Glenn Morris <rgm@gnu.org> | 2019-06-01 12:04:41 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2019-06-01 12:04:41 -0700 |
commit | 17a1dae4af751c82e78991350559481e9fa42959 (patch) | |
tree | 9d913268de49269e6116a8d368910dd6883ddb03 /doc/misc/dired-x.texi | |
parent | 1860b6d57bb51cff082d4cf596bdd054f493c4cd (diff) | |
parent | 2168165ec05aa663d41998adb518e778899a8edd (diff) | |
download | emacs-17a1dae4af751c82e78991350559481e9fa42959.tar.gz emacs-17a1dae4af751c82e78991350559481e9fa42959.tar.bz2 emacs-17a1dae4af751c82e78991350559481e9fa42959.zip |
Merge from origin/emacs-26
2168165 ; * doc/lispref/nonascii.texi (Explicit Encoding): Fix typo.
8f18d12 Improve documentation of decoding into a unibyte buffer
7681a57 Remove redundants "See" before @xref or @pxref (Bug#35793)
9bee762 ; * src/coding.c: Improve commentary. (Bug#34765)
e61349c Fix customization type of recentf-max-saved-items
# Conflicts:
# src/coding.c
Diffstat (limited to 'doc/misc/dired-x.texi')
-rw-r--r-- | doc/misc/dired-x.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/dired-x.texi b/doc/misc/dired-x.texi index b6a9d23f7dc..1e3414563f3 100644 --- a/doc/misc/dired-x.texi +++ b/doc/misc/dired-x.texi @@ -896,7 +896,7 @@ should not bind @code{dired-x-find-file-other-window} over @code{find-file-other-window}. If you change this variable after @file{dired-x.el} is loaded then do @kbd{M-x dired-x-bind-find-file}. The default value of this variable is @code{t}; by default, the binding is not -done. See @xref{Optional Installation File At Point}. +done. @xref{Optional Installation File At Point}. @item dired-x-bind-find-file @findex dired-x-bind-find-file @@ -904,7 +904,7 @@ A function, which can be called interactively or in your @file{~/.emacs} file, that uses the value of @code{dired-x-hands-off-my-keys} to determine if @code{dired-x-find-file} should be bound over @code{find-file} and @code{dired-x-find-file-other-window} bound over -@code{find-file-other-window}. See @xref{Optional Installation File At Point}. +@code{find-file-other-window}. @xref{Optional Installation File At Point}. @end table @node Miscellaneous Commands |