aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2010-01-20 11:40:47 -0500
committerChong Yidong2010-01-20 11:40:47 -0500
commitd3d8944e13bdb24f3e828467159bf0742ca66931 (patch)
treea5c0be90cfb824d4c66bdd92cd708448a1902a2c
parenta4cf170db540996460abefee7aab4e66b8b1b4d7 (diff)
downloademacs-d3d8944e13bdb24f3e828467159bf0742ca66931.tar.gz
emacs-d3d8944e13bdb24f3e828467159bf0742ca66931.zip
* lisp/dired-aux.el (dired-hide-all): Mark arg as ignored.
-rw-r--r--lisp/dired-aux.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index 7c53c3d9461..e5c2c5f3cb1 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 (arg) 2311(defun dired-hide-all (ignored)
2312 "Hide all subdirectories, leaving only their header lines. 2312 "Hide all subdirectories, leaving only their header lines.
2313If there is already something hidden, make everything visible again. 2313If there is already something hidden, make everything visible again.
2314Use \\[dired-hide-subdir] to (un)hide a particular subdirectory." 2314Use \\[dired-hide-subdir] to (un)hide a particular subdirectory."