X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fencoding.scm;h=a35be6c391ce44ffc871fe5c15533a18a170751a;hb=3c6e2cd4a550aacc3b64e0b38882c469850e073d;hp=9b65fa75cc48d9414fc00e763f7320d8ccbf0b24;hpb=1c846b2c2348b4e0ca4a3c2e8fb267047ba2d203;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)))