emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 054832c9e1: Merge from origin/emacs-28


From: Stefan Kangas
Subject: master 054832c9e1: Merge from origin/emacs-28
Date: Thu, 16 Jun 2022 00:52:07 -0400 (EDT)

branch: master
commit 054832c9e12ed0deb669e1962674957b2ffa5638
Merge: 6dd4c5b953 4d7a936ac2
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Merge from origin/emacs-28
    
    4d7a936ac2 ; * src/fileio.c (Fset_file_modes): Improve previous change
    32cff740e2 Describe 'set-file-modes' argument prompting
---
 src/fileio.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/fileio.c b/src/fileio.c
index e29685e07b..39b731bb0b 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -3532,8 +3532,9 @@ DEFUN ("set-file-modes", Fset_file_modes, 
Sset_file_modes, 2, 3,
 Only the 12 low bits of MODE are used.  If optional FLAG is `nofollow',
 do not follow FILENAME if it is a symbolic link.
 
-Interactively, mode bits are read by `read-file-modes', which accepts
-symbolic notation, like the `chmod' command from GNU Coreutils.  */)
+Interactively, prompt for FILENAME, and read MODE with
+`read-file-modes', which accepts symbolic notation, like the `chmod'
+command from GNU Coreutils.  */)
   (Lisp_Object filename, Lisp_Object mode, Lisp_Object flag)
 {
   CHECK_FIXNUM (mode);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]