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
15cb9968
Commit
15cb9968
authored
Feb 07, 2014
by
Lars Ingebrigtsen
Browse files
* files.el (file-relative-name): Doc fix.
Fixes: debbugs:15159
parent
9788effd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/files.el
lisp/files.el
+2
-0
No files found.
lisp/ChangeLog
View file @
15cb9968
2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
* files.el (file-relative-name): Doc fix (bug#15159).
* fringe.el (fringe-styles): Doc fix (bug#15239).
* isearch.el (isearch-filter-predicate): Documentation typo fix
...
...
lisp/files.el
View file @
15cb9968
...
...
@@ -4469,6 +4469,8 @@ Uses `backup-directory-alist' in the same way as does
"Convert FILENAME to be relative to DIRECTORY (default: `default-directory').
This function returns a relative file name which is equivalent to FILENAME
when used with that default directory as the default.
If FILENAME is a relative file name, it will be interpreted as existing in
`default-directory'.
If FILENAME and DIRECTORY lie on different machines or on different drives
on a DOS/Windows machine, it returns FILENAME in expanded form."
(
save-match-data
...
...
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