]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: State the default behavior when copying symlinks.
authorEli Zaretskii <eliz@gnu.org>
Sat, 21 Aug 2021 08:01:44 +0000 (11:01 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 21 Aug 2021 08:01:44 +0000 (11:01 +0300)
etc/NEWS

index ec7e54e2ddeb791a1cec00456dd1e7e4272d3aa8..02185a6fb48f0d9bf1f162307756b9e0cbf570af 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2468,7 +2468,8 @@ symbolic links, and 'file-precious-flag' is non-nil.
 +++
 *** New user option 'copy-directory-create-symlink'.
 If non-nil, will make `copy-directory' (when used on a symbolic
-link) copy the link instead of following the link.
+link) copy the link instead of following the link.  The default is
+nil, so the default behavior is unchanged.
 
 +++
 *** New function 'replace-regexp-in-region'.