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
0dac4f85
Commit
0dac4f85
authored
Jul 19, 2002
by
Juanma Barranquero
Browse files
(Ffile_name_as_directory): Fix argument name in docstring.
parent
405ea71c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
src/ChangeLog
src/ChangeLog
+2
-0
src/fileio.c
src/fileio.c
+1
-1
No files found.
src/ChangeLog
View file @
0dac4f85
...
...
@@ -36,6 +36,8 @@
2002-07-19 Juanma Barranquero <lektu@terra.es>
* fileio.c (Ffile_name_as_directory): Fix argument name in docstring.
* xdisp.c (syms_of_xdisp): Remove redundant deprecation info.
* fileio.c (syms_of_fileio): Likewise.
...
...
src/fileio.c
View file @
0dac4f85
...
...
@@ -614,7 +614,7 @@ file_name_as_directory (out, in)
DEFUN
(
"file-name-as-directory"
,
Ffile_name_as_directory
,
Sfile_name_as_directory
,
1
,
1
,
0
,
doc: /* Return a string representing file
FILENAM
E interpreted as a directory.
doc
:
/* Return a string representing
the
file
name FIL
E interpreted as a directory.
This operation exists because a directory is also a file, but its name as
a directory is different from its name as a file.
The result can be used as the value of `default-directory'
...
...
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