diff options
-rw-r--r-- | lisp/ChangeLog | 5 | ||||
-rw-r--r-- | man/ChangeLog | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 876646163e3..8bd6dda2edf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-07-18 Luc Teirlinck <teirllm@auburn.edu> + + * dired-aux.el (dired-do-kill-lines): Expand docstring. + Delete irrelevant code. + 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net> * net/tramp.el (tramp-handle-verify-visited-file-modtime): New diff --git a/man/ChangeLog b/man/ChangeLog index c3900132cfa..3d0f082d2d8 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,5 +1,8 @@ 2004-07-18 Luc Teirlinck <teirllm@auburn.edu> + * dired.texi (Dired Updating): `k' only deletes inserted + subdirectories from the Dired buffer if a prefix argument was given. + * search.texi (Regexps): Delete redundant definition of `symbol' in description of `\_>'. It already occurs in the description of `\_<'. |