; * src/fileio.c (Fset_file_modes): Improve previous change

This commit is contained in:
Robert Pluim 2022-06-15 15:16:47 +02:00
parent 32cff740e2
commit 4d7a936ac2

View file

@ -3510,7 +3510,7 @@ 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, prompts for FILENAME, and reads MODE with
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)