]> git.eshelyaron.com Git - emacs.git/commitdiff
(Misc File Ops): Document set-file-modes.
authorChong Yidong <cyd@stupidchicken.com>
Wed, 26 Nov 2008 05:31:08 +0000 (05:31 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 26 Nov 2008 05:31:08 +0000 (05:31 +0000)
doc/emacs/files.texi

index a393e837c916216dac3176a3899793805d0e68bf..ac072dbeaa5615d773e973f2c2fc0d908d82eb12 100644 (file)
@@ -1580,6 +1580,18 @@ a relative name as the target of the link.
   Not all systems support symbolic links; on systems that don't
 support them, this command is not defined.
 
+@findex set-file-modes
+@cindex file modes
+@cindex file permissions
+  @kbd{M-x set-file-modes} reads a file name followed by a @dfn{file
+mode}, and applies that file mode to the specified file.  File modes,
+also called @dfn{file permissions}, determine whether a file can be
+read, written to, or executed, and by whom.  This command reads file
+modes using the same symbolic or octal format accepted by the
+@command{chmod} command; for instance, @samp{u+x} means to add
+execution permission for the user who owns the file.  It has no effect
+on operating systems that do not support file modes.
+
 @node Compressed Files
 @section Accessing Compressed Files
 @cindex compression