From: Robert Pluim Date: Wed, 15 Jun 2022 13:16:47 +0000 (+0200) Subject: ; * src/fileio.c (Fset_file_modes): Improve previous change X-Git-Tag: emacs-28.1.90~33 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4d7a936ac2a682087d0b4e91c12b2ad87363631f;p=emacs.git ; * src/fileio.c (Fset_file_modes): Improve previous change --- 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)