diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2004-06-15 22:09:18 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2004-06-15 22:09:18 +0000 |
commit | fad9e9b4923ffdb0d7f6baaf7392b66c9572a757 (patch) | |
tree | 11cbd669135865a90011d31bfa675411c0493cf9 /lisp/dired-aux.el | |
parent | 843c51ae4aba94e82a8dacd2ffd6fca4fb028c2a (diff) | |
download | emacs-fad9e9b4923ffdb0d7f6baaf7392b66c9572a757.tar.gz |
(dired-do-redisplay, dired-maybe-insert-subdir): Add hyperlink to
emacs-xtra manual to docstring.
Diffstat (limited to 'lisp/dired-aux.el')
-rw-r--r-- | lisp/dired-aux.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index a58b62498ca..bf7c9c00d18 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -902,7 +902,8 @@ the buffer will not reset them. However, using `dired-undo' to re-insert or delete subdirectories can bypass this machinery. Hence, you sometimes may have to reset some subdirectory switches after a `dired-undo'. You can reset all subdirectory switches to the default using -\\<dired-mode-map>\\[dired-reset-subdir-switches]." +\\<dired-mode-map>\\[dired-reset-subdir-switches]. +See Info node `(emacs-xtra)Subdir switches' for more details." ;; Moves point if the next ARG files are redisplayed. (interactive "P\np") (if (and test-for-subdir (dired-get-subdir)) @@ -1751,7 +1752,8 @@ the buffer will not reset them. However, using `dired-undo' to re-insert or delete subdirectories can bypass this machinery. Hence, you sometimes may have to reset some subdirectory switches after a `dired-undo'. You can reset all subdirectory switches to the default using -\\<dired-mode-map>\\[dired-reset-subdir-switches]." +\\<dired-mode-map>\\[dired-reset-subdir-switches]. +See Info node `(emacs-xtra)Subdir switches' for more details." (interactive (list (dired-get-filename) (if current-prefix-arg |