]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/encoding.scm
Amend 16e626a85244: Forgot to change the function documentation string
[lilypond.git] / scm / encoding.scm
index 7fced1e65faf7f28858a0ab72d4277b806827811..a35be6c391ce44ffc871fe5c15533a18a170751a 100644 (file)
@@ -1,6 +1,6 @@
 ;;;; This file is part of LilyPond, the GNU music typesetter.
 ;;;;
-;;;; Copyright (C) 2004--2010 Jan Nieuwenhuizen <janneke@gnu.org>
+;;;; Copyright (C) 2004--2011 Jan Nieuwenhuizen <janneke@gnu.org>
 ;;;;
 ;;;; LilyPond is free software: you can redistribute it and/or modify
 ;;;; it under the terms of the GNU General Public License as published by
@@ -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)))