Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4990219b
Commit
4990219b
authored
Nov 25, 2008
by
Chong Yidong
Browse files
(Changing Files, Magic File Names): Fix typos.
parent
b6474f84
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
doc/lispref/files.texi
doc/lispref/files.texi
+8
-7
No files found.
doc/lispref/files.texi
View file @
4990219b
...
...
@@ -1555,7 +1555,8 @@ This subroutine converts a symbolic specification of file mode bits in
@var{modes} into the equivalent numeric value. If the symbolic
specification is based on an existing file, that file'
s
mode
bits
are
taken
from
the
optional
argument
@
var
{
base
-
modes
};
if
that
argument
is
omitted
or
nil
,
it
defaults
to
zero
,
i
.
e
.@:
no
access
rights
at
all
.
omitted
or
@
code
{
nil
},
it
defaults
to
zero
,
i
.
e
.@:
no
access
rights
at
all
.
@
end
defun
@
defun
set
-
file
-
times
filename
&
optional
time
...
...
@@ -2801,12 +2802,12 @@ making connections when they don't exist.
@
end
defun
@
defun
unhandled
-
file
-
name
-
directory
filename
This
function
returns
the
name
of
a
directory
that
is
not
magic
.
It
uses
the
directory
part
of
@
var
{
filename
}
if
that
is
not
magic
.
For
a
magic
file
name
,
it
invokes
the
file
name
handler
,
which
therefore
decides
what
value
to
return
.
If
@
var
{
filename
}
is
not
accessible
from
a
local
process
,
then
the
file
name
handler
should
indicate
it
by
returning
nil
.
This
function
returns
the
name
of
a
directory
that
is
not
magic
.
It
uses
the
directory
part
of
@
var
{
filename
}
if
that
is
not
magic
.
For
a
magic
file
name
,
it
invokes
the
file
name
handler
,
which
therefore
decides
what
value
to
return
.
If
@
var
{
filename
}
is
not
accessible
from
a
local
process
,
then
the
file
name
handler
should
indicate
it
by
returning
@
code
{
nil
}
.
This
is
useful
for
running
a
subprocess
;
every
subprocess
must
have
a
non
-
magic
directory
to
serve
as
its
current
directory
,
and
this
function
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment