aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2008-10-18 19:25:13 +0000
committerEli Zaretskii2008-10-18 19:25:13 +0000
commit1586be929ea7d305875d8793552d4607f0e11694 (patch)
tree445710efd8c76b432a0eac3fbc9d6fd1b7ac3f3a
parentd334fa1e1a7fc3950fcc2d06b6de12eccdf2bb27 (diff)
downloademacs-1586be929ea7d305875d8793552d4607f0e11694.tar.gz
emacs-1586be929ea7d305875d8793552d4607f0e11694.zip
(Changing Files): Fix last change.
-rw-r--r--doc/lispref/files.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi
index 89c9d25f5ae..95834158d05 100644
--- a/doc/lispref/files.texi
+++ b/doc/lispref/files.texi
@@ -1541,7 +1541,7 @@ number. If it is a complete symbolic specification of mode bits, as
1541in @code{"u=rwx"}, the function converts it to the equivalent numeric 1541in @code{"u=rwx"}, the function converts it to the equivalent numeric
1542value using @code{file-modes-symbolic-to-number} and returns the 1542value using @code{file-modes-symbolic-to-number} and returns the
1543result. If the specification is relative, as in @code{"o+g"}, then 1543result. If the specification is relative, as in @code{"o+g"}, then
1544the permissions on which the specification is based is taken from the 1544the permissions on which the specification is based are taken from the
1545mode bits of @var{base-file}. If @var{base-file} is omitted or 1545mode bits of @var{base-file}. If @var{base-file} is omitted or
1546@code{nil}, the function uses @code{0} as the base mode bits. The 1546@code{nil}, the function uses @code{0} as the base mode bits. The
1547complete and relative specifications can be combined, as in 1547complete and relative specifications can be combined, as in