diff options
| author | Robert Pluim | 2022-06-15 15:16:47 +0200 |
|---|---|---|
| committer | Robert Pluim | 2022-06-15 15:16:47 +0200 |
| commit | 4d7a936ac2a682087d0b4e91c12b2ad87363631f (patch) | |
| tree | e88685bd0f2e9f840fd5aad314708f6de10122cc /src | |
| parent | 32cff740e2a618583094a408890f3dcdf0aa01a1 (diff) | |
| download | emacs-4d7a936ac2a682087d0b4e91c12b2ad87363631f.tar.gz emacs-4d7a936ac2a682087d0b4e91c12b2ad87363631f.zip | |
; * src/fileio.c (Fset_file_modes): Improve previous change
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 2 |
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, | |||
| 3510 | Only the 12 low bits of MODE are used. If optional FLAG is `nofollow', | 3510 | Only the 12 low bits of MODE are used. If optional FLAG is `nofollow', |
| 3511 | do not follow FILENAME if it is a symbolic link. | 3511 | do not follow FILENAME if it is a symbolic link. |
| 3512 | 3512 | ||
| 3513 | Interactively, prompts for FILENAME, and reads MODE with | 3513 | Interactively, 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' |
| 3515 | command from GNU Coreutils. */) | 3515 | command from GNU Coreutils. */) |
| 3516 | (Lisp_Object filename, Lisp_Object mode, Lisp_Object flag) | 3516 | (Lisp_Object filename, Lisp_Object mode, Lisp_Object flag) |