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
78379264
Commit
78379264
authored
Jan 04, 2008
by
Richard M. Stallman
Browse files
(Ffile_name_directory, Fexpand_file_name): Doc fixes.
parent
23af7580
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
src/ChangeLog
src/ChangeLog
+4
-0
src/fileio.c
src/fileio.c
+2
-2
No files found.
src/ChangeLog
View file @
78379264
2008-01-04 Richard Stallman <rms@gnu.org>
* fileio.c (Ffile_name_directory, Fexpand_file_name): Doc fixes.
2007-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* process.c (make_process): Initialize pty_flag to Qnil instead of 0
...
...
src/fileio.c
View file @
78379264
...
...
@@ -410,7 +410,7 @@ DEFUN ("file-name-directory", Ffile_name_directory, Sfile_name_directory,
1
,
1
,
0
,
doc
:
/* Return the directory component in file name FILENAME.
Return nil if FILENAME does not include a directory.
Otherwise return a directory
spec
.
Otherwise return a directory
name
.
Given a Unix syntax file name, returns a string ending in slash;
on VMS, perhaps instead a string ending in `:', `]' or `>'. */
)
(
filename
)
...
...
@@ -1029,7 +1029,7 @@ probably use `make-temp-file' instead, except in three circumstances:
DEFUN
(
"expand-file-name"
,
Fexpand_file_name
,
Sexpand_file_name
,
1
,
2
,
0
,
doc
:
/*
Convert
filename
NAME
to
absolute
,
and
canonicalize
it
.
Second
arg
DEFAULT
-
DIRECTORY
is
directory
to
start
with
if
NAME
is
relative
\(does not start with slash); if DEFAULT-DIRECTORY is nil or missing,
\
(
does
not
start
with
slash
or
tilde
);
if
DEFAULT
-
DIRECTORY
is
nil
or
missing
,
the
current
buffer
'
s
value
of
`
default
-
directory
'
is
used
.
File
name
components
that
are
`
.
'
are
removed
,
and
so
are
file
name
components
followed
by
`
..
'
,
along
with
the
`
..
'
itself
;
...
...
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