]> git.eshelyaron.com Git - emacs.git/commitdiff
(Changing Files): Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Sat, 18 Oct 2008 19:25:13 +0000 (19:25 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 18 Oct 2008 19:25:13 +0000 (19:25 +0000)
doc/lispref/files.texi

index 89c9d25f5aeda5d0033318b06348f5509a7ebcf3..95834158d05e2b38b68bf2f38c5d05e2966f0dcf 100644 (file)
@@ -1541,7 +1541,7 @@ number.  If it is a complete symbolic specification of mode bits, as
 in @code{"u=rwx"}, the function converts it to the equivalent numeric
 value using @code{file-modes-symbolic-to-number} and returns the
 result.  If the specification is relative, as in @code{"o+g"}, then
-the permissions on which the specification is based is taken from the
+the permissions on which the specification is based are taken from the
 mode bits of @var{base-file}.  If @var{base-file} is omitted or
 @code{nil}, the function uses @code{0} as the base mode bits.  The
 complete and relative specifications can be combined, as in