]> code.delx.au - gnu-emacs/commitdiff
(dired-up-directory): Doc fix (bug#14848).
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 8 Feb 2014 06:20:17 +0000 (22:20 -0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 8 Feb 2014 06:20:17 +0000 (22:20 -0800)
lisp/ChangeLog
lisp/dired.el

index 86eadb3f1dd2aa17cb9a70945f590dea3b6230be..4b65d0b4ee2bb21664c11673d7c18395756d4c12 100644 (file)
@@ -2,6 +2,7 @@
 
        * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
        (dired-prev-marked-file): Doc fix (bug#14855).
+       (dired-up-directory): Doc fix (bug#14848).
 
        * minibuffer.el (read-file-name): Doc clarification (bug#15096).
 
index 742c95839417a45fd96a0db7606bfd6d1a31a532..5e0c9047005c29b5eeaa1086fdb2828f3c8cd977 100644 (file)
@@ -2045,7 +2045,9 @@ Optional prefix ARG says how many lines to move; default is one line."
 (defun dired-up-directory (&optional other-window)
   "Run Dired on parent directory of current directory.
 Find the parent directory either in this buffer or another buffer.
-Creates a buffer if necessary."
+Creates a buffer if necessary.
+If OTHER-WINDOW (the optional prefix arg), display the parent
+directory in another window."
   (interactive "P")
   (let* ((dir (dired-current-directory))
         (up (file-name-directory (directory-file-name dir))))