summaryrefslogtreecommitdiff
path: root/src/fileio.c
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-06-16 06:52:01 +0200
committerStefan Kangas <stefan@marxist.se>2022-06-16 06:52:01 +0200
commit054832c9e12ed0deb669e1962674957b2ffa5638 (patch)
treec7568f978e0968cfe8575a6b344a21cd0d7beac7 /src/fileio.c
parent6dd4c5b953b666a9079910665d770ed56ecbf65d (diff)
parent4d7a936ac2a682087d0b4e91c12b2ad87363631f (diff)
downloademacs-054832c9e12ed0deb669e1962674957b2ffa5638.tar.gz
Merge from origin/emacs-28
4d7a936ac2 ; * src/fileio.c (Fset_file_modes): Improve previous change 32cff740e2 Describe 'set-file-modes' argument prompting
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/fileio.c b/src/fileio.c
index e29685e07bf..39b731bb0b8 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);