From 4d7a936ac2a682087d0b4e91c12b2ad87363631f Mon Sep 17 00:00:00 2001 From: Robert Pluim Date: Wed, 15 Jun 2022 15:16:47 +0200 Subject: [PATCH] ; * src/fileio.c (Fset_file_modes): Improve previous change --- src/fileio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, 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) -- 2.39.2