diff options
| author | Eli Zaretskii | 2008-10-20 10:10:56 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-10-20 10:10:56 +0000 |
| commit | 712adc825a352cb6a8c2ce83e49a18a178d8cdaa (patch) | |
| tree | c265fdc850e92681bc4224bd83677e8884ef0edb /src | |
| parent | 9869ea8d53be59eaa7cd2b3cf9f43d56ed4c0de2 (diff) | |
| download | emacs-712adc825a352cb6a8c2ce83e49a18a178d8cdaa.tar.gz emacs-712adc825a352cb6a8c2ce83e49a18a178d8cdaa.zip | |
(Fset_file_modes): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/fileio.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 395b14dad07..042469a5049 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-10-20 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * fileio.c (Fset_file_modes): Doc fix. | ||
| 4 | |||
| 1 | 2008-10-19 Michael Albinus <michael.albinus@gmx.de> | 5 | 2008-10-19 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 6 | ||
| 3 | * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols | 7 | * dbusbind.c (XD_OBJECT_TO_DBUS_TYPE): Handle simple type symbols |
diff --git a/src/fileio.c b/src/fileio.c index 2edf71183ff..cd68f4eb911 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -2846,7 +2846,7 @@ DEFUN ("set-file-modes", Fset_file_modes, Sset_file_modes, 2, 2, | |||
| 2846 | Only the 12 low bits of MODE are used. | 2846 | Only the 12 low bits of MODE are used. |
| 2847 | 2847 | ||
| 2848 | Interactively, mode bits are read by `read-file-modes', which accepts | 2848 | Interactively, mode bits are read by `read-file-modes', which accepts |
| 2849 | symbolic notation, like GNU Coreutils do. */) | 2849 | symbolic notation, like the `chmod' command from GNU Coreutils. */) |
| 2850 | (filename, mode) | 2850 | (filename, mode) |
| 2851 | Lisp_Object filename, mode; | 2851 | Lisp_Object filename, mode; |
| 2852 | { | 2852 | { |