emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 32cff740e2: Describe 'set-file-modes' argument prompting


From: Robert Pluim
Subject: emacs-28 32cff740e2: Describe 'set-file-modes' argument prompting
Date: Wed, 15 Jun 2022 08:31:54 -0400 (EDT)

branch: emacs-28
commit 32cff740e2a618583094a408890f3dcdf0aa01a1
Author: Robert Pluim <rpluim@gmail.com>
Commit: Robert Pluim <rpluim@gmail.com>

    Describe 'set-file-modes' argument prompting
    
    * src/fileio.c (Fset_file_modes): Document that FILENAME is prompted
    for.  (Bug#55984)
---
 src/fileio.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/fileio.c b/src/fileio.c
index 7d392e0de7..a240216dea 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -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);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]