Mercurial > emacs
view lisp/toolbar/info.xpm @ 46956:2c01ee3e5305
Move the node Relative Files before Directory Names. Show what
file-name-nondirectory returns when given a directory name.
Explain that abbreviate-file-name works on file names too.
Explain how to combine a directory name with a relative file name
with concat, and the pitfalls.
Update some details.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 19 Aug 2002 18:43:18 +0000 |
parents | 8f4a34146a9d |
children |
line wrap: on
line source
/* XPM */ static char *magick[] = { /* columns rows colors chars-per-pixel */ "24 24 6 1", " c Gray0", ". c #65658b8b5e5e", "X c #934ab2448dfb", "o c #b35dc8c8afaf", "O c #e0b2e944df83", "+ c None", /* pixels */ "++++++++++++++++++++++++", "++++++++++++++++++++++++", "++++++++++++++++++++++++", "++++++++++++++++++++++++", "+++++++++ ++++++++++", "++++++++ oOOOO +++++++++", "+++++++ OOOOOOO ++++++++", "++++++ oOo oOo +++++++", "+++++++ O +++ OO +++++++", "+++++++O ++++ Oo +++++++", "++++++++++++ OO. +++++++", "+++++++++++ OOX ++++++++", "++++++++++ OOX +++++++++", "+++++++++ XOX ++++++++++", "+++++++++ OX +++++++++++", "+++++++++ +++++++++++", "++++++++++++++++++++++++", "++++++++++ ++++++++++++", "+++++++++ Oo +++++++++++", "+++++++++ oX +++++++++++", "++++++++++ ++++++++++++", "++++++++++++++++++++++++", "++++++++++++++++++++++++", "++++++++++++++++++++++++" };