1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-17 20:31:56 -07:00
emacs/doc
Paul Eggert e22794867d Make copy-directory act like copy-file etc.
Do the special dance with the destination only if it is a
directory name, for consistency with copy-file etc. (Bug#27986).
* doc/emacs/files.texi (Copying and Naming):
* doc/lispref/files.texi (Create/Delete Dirs):
* etc/NEWS: Document this.
* lisp/files.el (copy-directory): Treat NEWNAME as special
only if it is a directory name.
2017-09-10 22:31:23 -07:00
..
emacs Make copy-directory act like copy-file etc. 2017-09-10 22:31:23 -07:00
lispintro
lispref Make copy-directory act like copy-file etc. 2017-09-10 22:31:23 -07:00
man
misc