diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-05 22:21:28 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-05 22:21:28 +0000 |
commit | 35910610258829f2b37991d7e63538f346425796 (patch) | |
tree | c7454f9463116353714a6600d1416bd7b37ee187 /lisp/dired-aux.el | |
parent | e712992775612c8a4cc2052e4cc66411ccfc4299 (diff) | |
download | emacs-35910610258829f2b37991d7e63538f346425796.tar.gz |
Comment fixes.
Diffstat (limited to 'lisp/dired-aux.el')
-rw-r--r-- | lisp/dired-aux.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 27ef4397d74..1edbd3a1ded 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -1008,7 +1008,7 @@ Special value `always' suppresses confirmation.") ;; which will be added. The user will be queried if the file already ;; exists. If oldfile is removed by FILE-CREATOR (i.e, it is a ;; rename), it is FILE-CREATOR's responsibility to update dired -;; buffers. FILE-CREATOR must abort by signalling a file-error if it +;; buffers. FILE-CREATOR must abort by signaling a file-error if it ;; could not create newfile. The error is caught and logged. ;; OPERATION (a capitalized string, e.g. `Copy') describes the |