emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/fileio.c,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/fileio.c,v
Date: Sat, 18 Oct 2008 18:06:20 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    08/10/18 18:06:19

Index: fileio.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/fileio.c,v
retrieving revision 1.639
retrieving revision 1.640
diff -u -b -r1.639 -r1.640
--- fileio.c    16 Oct 2008 17:59:34 -0000      1.639
+++ fileio.c    18 Oct 2008 18:06:19 -0000      1.640
@@ -2843,7 +2843,10 @@
        "(let ((file (read-file-name \"File: \")))                      \
          (list file (read-file-modes nil file)))",
        doc: /* Set mode bits of file named FILENAME to MODE (an integer).
-Only the 12 low bits of MODE are used.  */)
+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.  */)
   (filename, mode)
      Lisp_Object filename, mode;
 {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]