diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-09-09 13:39:22 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-09-09 13:41:20 -0700 |
commit | 743b95cc635b1af1490e2834ec1c418c3c1242c0 (patch) | |
tree | e1412416b47bdf358373d89c4c4358d3021c789b /doc/misc/htmlfontify.texi | |
parent | ad7ba0fbf16edfaf6f59310ccd56088a656964d0 (diff) | |
download | emacs-743b95cc635b1af1490e2834ec1c418c3c1242c0.tar.gz emacs-743b95cc635b1af1490e2834ec1c418c3c1242c0.tar.bz2 emacs-743b95cc635b1af1490e2834ec1c418c3c1242c0.zip |
Be more consistent about "directory name" in manual
This clarifies the documentation, partly in response to the
discussion in Bug#27986.
Diffstat (limited to 'doc/misc/htmlfontify.texi')
-rw-r--r-- | doc/misc/htmlfontify.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/misc/htmlfontify.texi b/doc/misc/htmlfontify.texi index addc3e177b5..a04fa43a776 100644 --- a/doc/misc/htmlfontify.texi +++ b/doc/misc/htmlfontify.texi @@ -963,8 +963,9 @@ Is @ref{hfy-optimizations} member @var{symbol} set or not? @end lisp Return everything preceding the last @samp{/} from a relative filename, -on the assumption that this will produce a relative directory name. Hardly -bombproof, but good enough in the context in which it is being used. +on the assumption that this will produce the name of a relative +directory. Hardly bombproof, but good enough in the context in which +it is being used. @item hfy-html-dekludge-buffer @findex hfy-html-dekludge-buffer |