mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-11 09:20:51 +00:00
Describe 'set-file-modes' argument prompting
* src/fileio.c (Fset_file_modes): Document that FILENAME is prompted for. (Bug#55984)
This commit is contained in:
parent
850050ca5c
commit
32cff740e2
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user