projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32cff74
)
; * src/fileio.c (Fset_file_modes): Improve previous change
author
Robert Pluim
<rpluim@gmail.com>
Wed, 15 Jun 2022 13:16:47 +0000
(15:16 +0200)
committer
Robert Pluim
<rpluim@gmail.com>
Wed, 15 Jun 2022 13:16:47 +0000
(15:16 +0200)
src/fileio.c
patch
|
blob
|
history
diff --git
a/src/fileio.c
b/src/fileio.c
index a240216dea218a1b04bb160de84b57acc6b00be8..481001b423bd31a1d78ad703cc692ad6b7daebe0 100644
(file)
--- a/
src/fileio.c
+++ b/
src/fileio.c
@@
-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, prompt
s 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)