summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-03-30 22:28:38 +0000
committerKarl Berry <karl@freefriends.org>2019-03-30 22:28:38 +0000
commitab2b1e99acbd0085b73451a2286c1edb0ab2c6ed (patch)
tree2ff0ae2c52ef94da2d86833869b98b46103ea5ce
parentfb42c490a781c9da91e1b4e017ec7faa74db1ba1 (diff)
doc update
git-svn-id: svn://tug.org/texlive/trunk@50669 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/texk/web2c/pdftexdir/epdf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/epdf.c b/Build/source/texk/web2c/pdftexdir/epdf.c
index 4bcf51fd93b..c9c9dbe63f9 100644
--- a/Build/source/texk/web2c/pdftexdir/epdf.c
+++ b/Build/source/texk/web2c/pdftexdir/epdf.c
@@ -66,7 +66,8 @@ int get_fn_objnum(fd_entry * fd)
* 2. mark glyphs directly there
*
* Input charset from xpdf is a string of glyph names including
- * leading slashes, but without blanks between them, like: /a/b/c
+ * leading slashes, with optional spaces or tabs preceding or between
+ them: /a/b/c or /a /b /c or /a/b /c, etc.
***********************************************************************/
void epdf_mark_glyphs(fd_entry * fd, char *charset)