# HG changeset patch # User Eli Zaretskii # Date 1224497412 0 # Node ID 5ebd631975e0a54cf16e34c2abcea4d0530b6d15 # Parent 0f3820668269775385dbeaad5f8828575b93d09f (Fset_file_modes): Doc fix. diff -r 0f3820668269 -r 5ebd631975e0 src/fileio.c --- a/src/fileio.c Mon Oct 20 10:01:59 2008 +0000 +++ b/src/fileio.c Mon Oct 20 10:10:12 2008 +0000 @@ -2846,7 +2846,7 @@ 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; {