~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/apps/console/help.html

  • Committer: mattgiuca
  • Date: 2008-07-21 13:46:52 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:924
browser, console help: Replaced <emph> with <strong>, for two reasons:
1. <emph> is invalid, should be <em>!
2. <strong> appears better visually than the italics produced by <em>.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
<p>It is possible to enter commands that will make the console become unusable 
70
70
or spend a long time attempting to run your command. (For example, infinite 
71
71
loops like <code>while True: print "Hello, world!"</code>). You can stop 
72
 
execution of a loop by clicking on the <emph>Interrupt</emph> button which will 
 
72
execution of a loop by clicking on the <strong>Interrupt</strong> button which will 
73
73
allow you to enter commands again.</p>
74
74
<h3>Restarting the console</h3>
75
75
<p>If things go really wrong, you can restart the console simply by clicking 
76
 
the <emph>Console</emph> button to start a new console. Be aware that you will 
 
76
the <strong>Console</strong> button to start a new console. Be aware that you will 
77
77
loose all the variables and functions you had entered in to your previous 
78
78
console.</p>