X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=scm%2Fencoding.scm;h=a35be6c391ce44ffc871fe5c15533a18a170751a;hb=475a1f94b5733476d746d2c012809f3f2e6f0fcc;hp=9b65fa75cc48d9414fc00e763f7320d8ccbf0b24;hpb=55ac733b69643a6bc6a83b706c65cb56efd388ef;p=lilypond.git diff --git a/scm/encoding.scm b/scm/encoding.scm index 9b65fa75cc..a35be6c391 100644 --- a/scm/encoding.scm +++ b/scm/encoding.scm @@ -59,7 +59,7 @@ (define-public (decode-byte-string str) "Return vector of glyphname symbols that correspond to string, -assuming that STR is byte-coded using ENCODING-NAME." +assuming that @var{str} is byte-coded using latin-1 encoding." (let* ((len (string-length str)) (output-vector (make-vector len '.notdef)))