]> git.eshelyaron.com Git - emacs.git/commitdiff
Describe 'set-file-modes' argument prompting
authorRobert Pluim <rpluim@gmail.com>
Wed, 15 Jun 2022 12:25:17 +0000 (14:25 +0200)
committerRobert Pluim <rpluim@gmail.com>
Wed, 15 Jun 2022 12:27:28 +0000 (14:27 +0200)
* src/fileio.c (Fset_file_modes): Document that FILENAME is prompted
for.  (Bug#55984)

src/fileio.c

index 7d392e0de73cdb83129f8c88b2fdb5445dd65795..a240216dea218a1b04bb160de84b57acc6b00be8 100644 (file)
@@ -3510,8 +3510,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, prompts for FILENAME, and reads 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);