emacs-diffs
[Top][All Lists]
Advanced

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

emacs-28 4d7a936ac2: ; * src/fileio.c (Fset_file_modes): Improve previou


From: Robert Pluim
Subject: emacs-28 4d7a936ac2: ; * src/fileio.c (Fset_file_modes): Improve previous change
Date: Wed, 15 Jun 2022 09:17:57 -0400 (EDT)

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

    ; * 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 a240216dea..481001b423 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)



reply via email to

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