]> git.eshelyaron.com Git - emacs.git/commit
Clarify the expand-file-name doc string
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 11 Jul 2019 15:10:52 +0000 (17:10 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 11 Jul 2019 15:10:52 +0000 (17:10 +0200)
commitaecc82d7eb776985927bee3f62c5811cc4fc7b52
tree17f6268b531fdaab0e16d4b175f388f8b4bc90e4
parent1c3b3206144c074ab490a5ee0ccd265d12647ad7
Clarify the expand-file-name doc string

* src/fileio.c (Fexpand_file_name): Clarify that "~" in NAME is
expanded, and not just "~/".  Also clarify that ~USER is not
expanded if USER doesn't exist (bug#36490).
src/fileio.c