diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/files.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi index b3ad9b99649..686dbdb1caf 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi | |||
| @@ -1909,6 +1909,11 @@ omitted or @code{nil}, it defaults to 0, i.e., no access rights at | |||
| 1909 | all. | 1909 | all. |
| 1910 | @end defun | 1910 | @end defun |
| 1911 | 1911 | ||
| 1912 | @defun file-modes-number-to-symbolic modes | ||
| 1913 | This function converts a numeric file mode specification in | ||
| 1914 | @var{modes} into the equivalent symbolic form. | ||
| 1915 | @end defun | ||
| 1916 | |||
| 1912 | @defun set-file-times filename &optional time flag | 1917 | @defun set-file-times filename &optional time flag |
| 1913 | This function sets the access and modification times of @var{filename} | 1918 | This function sets the access and modification times of @var{filename} |
| 1914 | to @var{time}. The return value is @code{t} if the times are successfully | 1919 | to @var{time}. The return value is @code{t} if the times are successfully |