diff options
| author | Eli Zaretskii <eliz@gnu.org> | 2017-07-17 17:58:12 +0300 |
|---|---|---|
| committer | Eli Zaretskii <eliz@gnu.org> | 2017-07-17 17:58:12 +0300 |
| commit | 8729634c511cd564353ff17eb6dc06e87d081035 (patch) | |
| tree | 3ffa7e1941f05452e6dd9ac763946b600c588b4a | |
| parent | d7f7fef1c1cdef206860a7075873de7d6c521d8d (diff) | |
| download | emacs-8729634c511cd564353ff17eb6dc06e87d081035.tar.gz | |
; * doc/emacs/dired.texi (Subdirectory Motion): Fix a typo. (Bug#27727)
| -rw-r--r-- | doc/emacs/dired.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/dired.texi b/doc/emacs/dired.texi index 28cb51d88bb..ddd7229b0c8 100644 --- a/doc/emacs/dired.texi +++ b/doc/emacs/dired.texi @@ -1115,7 +1115,7 @@ parent directory. @findex dired-next-dirline @kindex > @r{(Dired)} @item > -Move down to the next directory-file line (@code{dired-prev-dirline}). +Move down to the next directory-file line (@code{dired-next-dirline}). @end table @node Hiding Subdirectories |
