]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/files.el (file-ownership-preserved-p): Fix docstring. (Bug#23998)
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 8 Aug 2016 08:58:29 +0000 (10:58 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 8 Aug 2016 08:58:29 +0000 (10:58 +0200)
lisp/files.el

index 1d7870be488616b570c1f0900754a3a76fed88f1..aad9f751cc4669d796f039116ef19727db1c7530 100644 (file)
@@ -4325,8 +4325,7 @@ See also `file-name-version-regexp'."
 
 (defun file-ownership-preserved-p (file &optional group)
   "Return t if deleting FILE and rewriting it would preserve the owner.
-Return nil if FILE does not exist, or if deleting and recreating it
-might not preserve the owner.  If GROUP is non-nil, check whether
+Return also t if FILE does not exist.  If GROUP is non-nil, check whether
 the group would be preserved too."
   (let ((handler (find-file-name-handler file 'file-ownership-preserved-p)))
     (if handler