[sagenb] 62/157: Slight clarification of comment/uncomment instructions
felix salfelder
felix-guest at moszumanska.debian.org
Mon Dec 22 16:51:49 UTC 2014
This is an automated email from the git hooks/post-receive script.
felix-guest pushed a commit to branch master
in repository sagenb.
commit 12fe016af4dda6cfeaddeab5fa78154969648e6f
Author: kcrisman <kcrisman at gmail.com>
Date: Wed Sep 17 09:38:09 2014 -0400
Slight clarification of comment/uncomment instructions
---
sagenb/notebook/tutorial.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sagenb/notebook/tutorial.py b/sagenb/notebook/tutorial.py
index 5dba8c4..53e66a5 100644
--- a/sagenb/notebook/tutorial.py
+++ b/sagenb/notebook/tutorial.py
@@ -380,7 +380,7 @@ notebook_help = [
(_('Indenting Blocks'),
_('Highlight text and press > to indent it all and < to unindent it all (works in Safari and Firefox). In Firefox you can also press tab and shift-tab.')),
(_('Comment/Uncomment Blocks'),
- _('Highlight text and press <strong>ctrl-.</strong> to comment it and <strong>ctrl-,</strong> to uncomment it. Alternatively, use <strong>ctrl-3</strong> and <strong>ctrl-4</strong>.')),
+ _('Highlight text and press <strong>ctrl-.</strong> to comment it and <strong>ctrl-,</strong> to uncomment it. As an alternative (necessary in some browsers), use <strong>ctrl-3</strong> and <strong>ctrl-4</strong>.')),
(_('Paren matching'), _('To fix unmatched or mis-matched parentheses, braces or brackets, press <strong>ctrl-0</strong>. Parentheses before the cursor will be matched, minding strings and (Python) comments.')),
# ('Emacs Keybindings',
# 'If you are using GNU/Linux, you can change (or create) a <tt>.gtkrc-2.0</tt> file. Add the line <tt>gtk-key-theme-name = "Emacs"</tt> to it. See <a target="_blank" href="http://kb.mozillazine.org/Emacs_Keybindings_(Firefox)">this page</a> [mozillazine.org] for more details.'),
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sagenb.git
More information about the debian-science-commits
mailing list