; * src/fileio.c (Fset_file_modes): Improve previous change
This commit is contained in:
parent
32cff740e2
commit
4d7a936ac2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue