mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-11 09:20:51 +00:00
(Fset_file_modes): Doc fix.
This commit is contained in:
parent
9869ea8d53
commit
712adc825a
@ -1,3 +1,7 @@
|
||||
2008-10-20 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* fileio.c (Fset_file_modes): Doc fix.
|
||||
|
||||
2008-10-19 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols
|
||||
|
@ -2846,7 +2846,7 @@ DEFUN ("set-file-modes", Fset_file_modes, Sset_file_modes, 2, 2,
|
||||
Only the 12 low bits of MODE are used.
|
||||
|
||||
Interactively, mode bits are read by `read-file-modes', which accepts
|
||||
symbolic notation, like GNU Coreutils do. */)
|
||||
symbolic notation, like the `chmod' command from GNU Coreutils. */)
|
||||
(filename, mode)
|
||||
Lisp_Object filename, mode;
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user