diff options
| -rw-r--r-- | lisp/dired-aux.el | 2 | ||||
| -rw-r--r-- | lisp/dired.el | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index e5c2c5f3cb1..62d6928c024 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el | |||
| @@ -2308,7 +2308,7 @@ Use \\[dired-hide-all] to (un)hide all directories." | |||
| 2308 | (restore-buffer-modified-p modflag))) | 2308 | (restore-buffer-modified-p modflag))) |
| 2309 | 2309 | ||
| 2310 | ;;;###autoload | 2310 | ;;;###autoload |
| 2311 | (defun dired-hide-all (ignored) | 2311 | (defun dired-hide-all (&optional ignored) |
| 2312 | "Hide all subdirectories, leaving only their header lines. | 2312 | "Hide all subdirectories, leaving only their header lines. |
| 2313 | If there is already something hidden, make everything visible again. | 2313 | If there is already something hidden, make everything visible again. |
| 2314 | Use \\[dired-hide-subdir] to (un)hide a particular subdirectory." | 2314 | Use \\[dired-hide-subdir] to (un)hide a particular subdirectory." |
diff --git a/lisp/dired.el b/lisp/dired.el index d4bf1d019a0..1fc90c308b1 100644 --- a/lisp/dired.el +++ b/lisp/dired.el | |||
| @@ -3517,7 +3517,7 @@ Ask means pop up a menu for the user to select one of copy, move or link." | |||
| 3517 | ;;;;;; dired-run-shell-command dired-do-shell-command dired-do-async-shell-command | 3517 | ;;;;;; dired-run-shell-command dired-do-shell-command dired-do-async-shell-command |
| 3518 | ;;;;;; dired-clean-directory dired-do-print dired-do-touch dired-do-chown | 3518 | ;;;;;; dired-clean-directory dired-do-print dired-do-touch dired-do-chown |
| 3519 | ;;;;;; dired-do-chgrp dired-do-chmod dired-compare-directories dired-backup-diff | 3519 | ;;;;;; dired-do-chgrp dired-do-chmod dired-compare-directories dired-backup-diff |
| 3520 | ;;;;;; dired-diff) "dired-aux" "dired-aux.el" "557aca1f6e86b39f1c7612ee123d5354") | 3520 | ;;;;;; dired-diff) "dired-aux" "dired-aux.el" "07676ea25af17f5d50cc5db4f53bddc0") |
| 3521 | ;;; Generated autoloads from dired-aux.el | 3521 | ;;; Generated autoloads from dired-aux.el |
| 3522 | 3522 | ||
| 3523 | (autoload 'dired-diff "dired-aux" "\ | 3523 | (autoload 'dired-diff "dired-aux" "\ |
| @@ -3917,7 +3917,7 @@ Hide all subdirectories, leaving only their header lines. | |||
| 3917 | If there is already something hidden, make everything visible again. | 3917 | If there is already something hidden, make everything visible again. |
| 3918 | Use \\[dired-hide-subdir] to (un)hide a particular subdirectory. | 3918 | Use \\[dired-hide-subdir] to (un)hide a particular subdirectory. |
| 3919 | 3919 | ||
| 3920 | \(fn ARG)" t nil) | 3920 | \(fn &optional IGNORED)" t nil) |
| 3921 | 3921 | ||
| 3922 | (autoload 'dired-isearch-filenames-setup "dired-aux" "\ | 3922 | (autoload 'dired-isearch-filenames-setup "dired-aux" "\ |
| 3923 | Set up isearch to search in Dired file names. | 3923 | Set up isearch to search in Dired file names. |