]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-do-redisplay, dired-maybe-insert-subdir): Point Info links to the main
authorEli Zaretskii <eliz@gnu.org>
Sat, 6 May 2006 14:37:40 +0000 (14:37 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 6 May 2006 14:37:40 +0000 (14:37 +0000)
manual, not to emacs-xtra.

lisp/dired-aux.el
lisp/ldefs-boot.el

index 20b0037ab7e33e106dace1655340c3353a5ee262..e07689973e48018837cf22220969f0186d2606fa 100644 (file)
@@ -918,7 +918,7 @@ 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].
-See Info node `(emacs-xtra)Subdir switches' for more details."
+See Info node `(emacs)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))
@@ -1761,7 +1761,7 @@ 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].
-See Info node `(emacs-xtra)Subdir switches' for more details."
+See Info node `(emacs)Subdir switches' for more details."
   (interactive
    (list (dired-get-filename)
         (if current-prefix-arg
index 85487c183eb9498d1aa306a1fd1c27260007023f..f1cdd57d4626a1c7481e5b7524b40b507b2e01eb 100644 (file)
@@ -7037,7 +7037,7 @@ 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].
-See Info node `(emacs-xtra)Subdir switches' for more details.
+See Info node `(emacs)Subdir switches' for more details.
 
 \(fn &optional ARG TEST-FOR-SUBDIR)" t nil)
 
@@ -7175,7 +7175,7 @@ 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].
-See Info node `(emacs-xtra)Subdir switches' for more details.
+See Info node `(emacs)Subdir switches' for more details.
 
 \(fn DIRNAME &optional SWITCHES NO-ERROR-IF-NOT-DIR-P)" t nil)