Revision: 22458
          http://sourceforge.net/p/bibdesk/svn/22458
Author:   hofman
Date:     2018-07-23 15:41:47 +0000 (Mon, 23 Jul 2018)
Log Message:
-----------
remove newlines from macro definitions in help

Modified Paths:
--------------
    trunk/bibdesk/BibDesk.help/Contents/Resources/English.lproj/bibdesk.texi

Modified: 
trunk/bibdesk/BibDesk.help/Contents/Resources/English.lproj/bibdesk.texi
===================================================================
--- trunk/bibdesk/BibDesk.help/Contents/Resources/English.lproj/bibdesk.texi    
2018-07-23 15:31:38 UTC (rev 22457)
+++ trunk/bibdesk/BibDesk.help/Contents/Resources/English.lproj/bibdesk.texi    
2018-07-23 15:41:47 UTC (rev 22458)
@@ -39,47 +39,37 @@
 
 @macro cmd {key}
 @html
-⌘\key\
-@end html
+⌘\key\@end html
 @ifnothtml
-Cmd-\key\
-@end ifnothtml
+Cmd-\key\@end ifnothtml
 @end macro
 
 @macro opt {key}
 @html
-⌥\key\
-@end html
+⌥\key\@end html
 @ifnothtml
-Opt-\key\
-@end ifnothtml
+Opt-\key\@end ifnothtml
 @end macro
 
 @macro shiftcmd {key}
 @html
-⇧⌘\key\
-@end html
+⇧⌘\key\@end html
 @ifnothtml
-Shift-Cmd-\key\
-@end ifnothtml
+Shift-Cmd-\key\@end ifnothtml
 @end macro
 
 @macro optcmd {key}
 @html
-⌥⌘\key\
-@end html
+⌥⌘\key\@end html
 @ifnothtml
-Option-Cmd-\key\
-@end ifnothtml
+Option-Cmd-\key\@end ifnothtml
 @end macro
 
 @macro ctrcmd {key}
 @html
-⌃⌘\key\
-@end html
+⌃⌘\key\@end html
 @ifnothtml
-Control-Cmd-\key\
-@end ifnothtml
+Control-Cmd-\key\@end ifnothtml
 @end macro
 
 @c Some macros for typesetting menu and button titles.
@@ -3635,11 +3625,9 @@
 
 @macro U {code}
 @html
-&#\code\;
-@end html
+&#\code\;@end html
 @ifnothtml
-\code\
-@end ifnothtml
+U+\code\@end ifnothtml
 @end macro
 
 @multitable {oo} {o} {ooo} {ooo} {oo} {o} {ooo} {ooo} {oo} {o} {ooo} {ooo} 
{oo} {o} {ooo}
@@ -3699,65 +3687,51 @@
 
 @macro spec {text}
 @html
-<span class="spec">\text\</span>
-@end html
+<span class="spec">\text\</span>@end html
 @ifnothtml
-@b{\text\}
-@end ifnothtml
+@b{\text\}@end ifnothtml
 @end macro
 
 @macro param {text}
 @html
-<span class="param">\text\</span>
-@end html
+<span class="param">\text\</span>@end html
 @ifnothtml
-@i{\text\}
-@end ifnothtml
+@i{\text\}@end ifnothtml
 @end macro
 
 @macro specparam {spec, param}
 @html
-<span class="spec">\spec\</span><span class="param">\param\</span>
-@end html
+<span class="spec">\spec\</span><span class="param">\param\</span>@end html
 @ifnothtml
-@b{\spec\}@b{\param\}
-@end ifnothtml
+@b{\spec\}@b{\param\}@end ifnothtml
 @end macro
 
 @macro specarg {spec, arg}
 @html
-<span class="spec">\spec\{</span><i>\arg\</i><span class="spec">}</span>
-@end html
+<span class="spec">\spec\{</span><i>\arg\</i><span class="spec">}</span>@end 
html
 @ifnothtml
-@b{\spec\@{}@i{\arg\}@b{@}}
-@end ifnothtml
+@b{\spec\@{}@i{\arg\}@b{@}}@end ifnothtml
 @end macro
 
 @macro specargparam {spec, arg, param}
 @html
-<span class="spec">\spec\{</span><i>\arg\</i><span class="spec">}</span><span 
class="param">\param\</span>
-@end html
+<span class="spec">\spec\{</span><i>\arg\</i><span class="spec">}</span><span 
class="param">\param\</span>@end html
 @ifnothtml
-@b{\spec\@{}@i{\arg\}@b{@}}@b{\param\}
-@end ifnothtml
+@b{\spec\@{}@i{\arg\}@b{@}}@b{\param\}@end ifnothtml
 @end macro
 
 @macro bold {text}
 @html
-<b>\text\</b>
-@end html
+<b>\text\</b>@end html
 @ifnothtml
-@b{\text\}
-@end ifnothtml
+@b{\text\}@end ifnothtml
 @end macro
 
 @macro it {text}
 @html
-<i>\text\</i>
-@end html
+<i>\text\</i>@end html
 @ifnothtml
-@i{\text\}
-@end ifnothtml
+@i{\text\}@end ifnothtml
 @end macro
 
 @ifhtml

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to