aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRobert Pluim2022-06-15 15:16:47 +0200
committerRobert Pluim2022-06-15 15:16:47 +0200
commit4d7a936ac2a682087d0b4e91c12b2ad87363631f (patch)
treee88685bd0f2e9f840fd5aad314708f6de10122cc /src
parent32cff740e2a618583094a408890f3dcdf0aa01a1 (diff)
downloademacs-4d7a936ac2a682087d0b4e91c12b2ad87363631f.tar.gz
emacs-4d7a936ac2a682087d0b4e91c12b2ad87363631f.zip
; * src/fileio.c (Fset_file_modes): Improve previous change
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c
index a240216dea2..481001b423b 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -3510,7 +3510,7 @@ DEFUN ("set-file-modes", Fset_file_modes, Sset_file_modes, 2, 3,
3510Only the 12 low bits of MODE are used. If optional FLAG is `nofollow', 3510Only the 12 low bits of MODE are used. If optional FLAG is `nofollow',
3511do not follow FILENAME if it is a symbolic link. 3511do not follow FILENAME if it is a symbolic link.
3512 3512
3513Interactively, prompts for FILENAME, and reads MODE with 3513Interactively, prompt for FILENAME, and read MODE with
3514`read-file-modes', which accepts symbolic notation, like the `chmod' 3514`read-file-modes', which accepts symbolic notation, like the `chmod'
3515command from GNU Coreutils. */) 3515command from GNU Coreutils. */)
3516 (Lisp_Object filename, Lisp_Object mode, Lisp_Object flag) 3516 (Lisp_Object filename, Lisp_Object mode, Lisp_Object flag)