[gedit] docs: fix ordering for escape sequences
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] docs: fix ordering for escape sequences
- Date: Fri, 31 Jul 2015 09:39:02 +0000 (UTC)
commit 3e0b931d51e951963214c1f23bb7d0192a3d5652
Author: Young Li <arisaka1 gmail com>
Date: Fri Jul 24 16:28:19 2015 -0700
docs: fix ordering for escape sequences
https://bugzilla.gnome.org/show_bug.cgi?id=752846
help/C/gedit-replace.page | 16 ++++++++++------
1 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/help/C/gedit-replace.page b/help/C/gedit-replace.page
index 5b97236..81deaff 100644
--- a/help/C/gedit-replace.page
+++ b/help/C/gedit-replace.page
@@ -29,6 +29,10 @@
<name>Shobha Tyagi</name>
<email>tyagishobha gmail com</email>
</credit>
+ <credit type="editor">
+ <name>Young Li</name>
+ <email>li young1618 gmail com</email>
+ </credit>
<include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
</info>
@@ -118,8 +122,8 @@
<section id="escape-sequences">
<title>Using escape sequences</title>
- <p>You can use <em>escape sequences</em> to search for line breaks and
- tabs.</p>
+ <p>You can use <em>escape sequences</em> to search for line breaks, carriage
+ returns, and tabs.</p>
<terms>
<item>
@@ -127,13 +131,13 @@
<p>Newline</p>
</item>
<item>
- <title>\t</title>
- <p>Tab</p>
- </item>
- <item>
<title>\r</title>
<p>Carriage return</p>
</item>
+ <item>
+ <title>\t</title>
+ <p>Tab</p>
+ </item>
</terms>
<p>If you actually want to search for a <output>\</output> (backslash) or one
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]