Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] emacs r1298 - emacsguide
Date: Thu, 02 Jul 2009 23:59:45
Message-Id: E1MMWBr-0007PB-Lk@stork.gentoo.org
1 Author: fauli
2 Date: 2009-07-02 23:59:43 +0000 (Thu, 02 Jul 2009)
3 New Revision: 1298
4
5 Modified:
6 emacsguide/emacsguide.xml
7 Log:
8 Revert previous commit
9
10
11 Modified: emacsguide/emacsguide.xml
12 ===================================================================
13 --- emacsguide/emacsguide.xml 2009-07-02 20:33:30 UTC (rev 1297)
14 +++ emacsguide/emacsguide.xml 2009-07-02 23:59:43 UTC (rev 1298)
15 @@ -374,16 +374,13 @@
16 <body>
17 <p>
18 One common thing for Gentoo users is to strip comments from
19 - configuration files. This is conveniently done in Emacs
20 - with a simple command:
21 + configuration files. This is convenient in Emacs with flush-lines
22 </p>
23 <pre caption="Code Sample">
24 -M-;
25 +M-x flush-lines
26 +^#
27 +That will match lines beginning with a # which is a comment in most /etc configuration files.
28 </pre>
29 - <p>
30 - This either toggles the current line between comment and
31 - non-comment or the marked region if there is any.
32 - </p>
33 </body>
34 </section>
35 </chapter>