changeset 98841:b7164f9c80bc

(Changing Files): Fix last change.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 18 Oct 2008 19:25:13 +0000
parents 2b6fb0026405
children 0cd40c64e0f2
files doc/lispref/files.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/lispref/files.texi	Sat Oct 18 18:56:00 2008 +0000
+++ b/doc/lispref/files.texi	Sat Oct 18 19:25:13 2008 +0000
@@ -1541,7 +1541,7 @@
 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