lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Documentation fix for markup keywords.


From: David Kastrup
Subject: Documentation fix for markup keywords.
Date: Sat, 17 Apr 2010 17:40:17 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.92 (gnu/linux)

This just brings the docs a bit more in line with reality.

diff --git a/scm/markup.scm b/scm/markup.scm
index 4c050ba..b82d50e 100644
--- a/scm/markup.scm
+++ b/scm/markup.scm
@@ -375,12 +375,12 @@ Use `markup*' in a \\notemode context."
 ;;; (markup-command-signature raise-markup)
 ;;; ==> (#<primitive-procedure number?> #<procedure markup? (obj)>)
 ;;;
-;;; (markup-command-keyword raise-markup) ==> "scheme0-markup1"
+;;; (markup-command-keyword raise-markup) ==> scheme0-markup1
 ;;; 
 
 (define-public (markup-command-keyword markup-command)
-  "Return markup-command's argument keyword, ie a string describing the command
-  arguments, eg. \"scheme0markup1\""
+  "Return markup-command's argument keyword, ie a symbol describing the command
+  arguments, eg. scheme0-markup1"
   (object-property markup-command 'markup-keyword))
 
 (define-public (markup-command-signature-ref markup-command)

-- 
David Kastrup

reply via email to

[Prev in Thread] Current Thread [Next in Thread]