(dired-virtual-guess-dir): Doc fix.
This commit is contained in:
parent
3163da06f2
commit
4e6ef39151
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* dired-x.el (dired-virtual-guess-dir): Doc fix.
|
||||
|
||||
2001-01-05 Dave Love <fx@gnu.org>
|
||||
|
||||
* emacs-lisp/cl-seq.el (remove, remq): Remove.
|
||||
|
|
|
|||
|
|
@ -716,7 +716,7 @@ single subdirs using \\[dired-do-redisplay]."
|
|||
|
||||
(defun dired-virtual-guess-dir ()
|
||||
"Guess and return appropriate working directory of this buffer.
|
||||
Th ebuffer is assumed to be in Dired or ls -lR format. The guess is
|
||||
The buffer is assumed to be in Dired or ls -lR format. The guess is
|
||||
based upon buffer contents. If nothing could be guessed, returns
|
||||
nil."
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue