diff options
| author | Eli Zaretskii | 2001-01-06 18:52:57 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-01-06 18:52:57 +0000 |
| commit | 4e6ef391515f731b75312a7fe2e3d3100509fa04 (patch) | |
| tree | 326761e8c3b093f73b0aaea0ee1c318f7ed63151 | |
| parent | 3163da06f2c54bb0f5889154042d4740c874513e (diff) | |
| download | emacs-4e6ef391515f731b75312a7fe2e3d3100509fa04.tar.gz emacs-4e6ef391515f731b75312a7fe2e3d3100509fa04.zip | |
(dired-virtual-guess-dir): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/dired-x.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6a37e1cc5b7..733952d790c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * dired-x.el (dired-virtual-guess-dir): Doc fix. | ||
| 4 | |||
| 1 | 2001-01-05 Dave Love <fx@gnu.org> | 5 | 2001-01-05 Dave Love <fx@gnu.org> |
| 2 | 6 | ||
| 3 | * emacs-lisp/cl-seq.el (remove, remq): Remove. | 7 | * emacs-lisp/cl-seq.el (remove, remq): Remove. |
diff --git a/lisp/dired-x.el b/lisp/dired-x.el index 17a85fe6f4c..15267012530 100644 --- a/lisp/dired-x.el +++ b/lisp/dired-x.el | |||
| @@ -716,7 +716,7 @@ single subdirs using \\[dired-do-redisplay]." | |||
| 716 | 716 | ||
| 717 | (defun dired-virtual-guess-dir () | 717 | (defun dired-virtual-guess-dir () |
| 718 | "Guess and return appropriate working directory of this buffer. | 718 | "Guess and return appropriate working directory of this buffer. |
| 719 | Th ebuffer is assumed to be in Dired or ls -lR format. The guess is | 719 | The buffer is assumed to be in Dired or ls -lR format. The guess is |
| 720 | based upon buffer contents. If nothing could be guessed, returns | 720 | based upon buffer contents. If nothing could be guessed, returns |
| 721 | nil." | 721 | nil." |
| 722 | 722 | ||