diff options
| author | Paul W. Frields <stickster@gmail.com> | 2007-07-01 17:49:52 +0000 |
|---|---|---|
| committer | Paul W. Frields <stickster@gmail.com> | 2007-07-01 17:49:52 +0000 |
| commit | 95d4043fb5df68c1b92ad408a319c4e7b8465421 (patch) | |
| tree | 6cbc5af7f113181ab744e99135a5663180384ca9 | |
| parent | 752618b0aa6a4a94133556d03082c5c4b4d362c1 (diff) | |
| download | documentation-guide-95d4043fb5df68c1b92ad408a319c4e7b8465421.tar.gz documentation-guide-95d4043fb5df68c1b92ad408a319c4e7b8465421.tar.xz documentation-guide-95d4043fb5df68c1b92ad408a319c4e7b8465421.zip | |
Fix admonition and a bit of dodgy language. I'm pretty sure this whole
section needs to be gone over with a fine-toothed comb.
| -rw-r--r-- | en_US/emacs.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/en_US/emacs.xml b/en_US/emacs.xml index 2dc4f41..e8a175d 100644 --- a/en_US/emacs.xml +++ b/en_US/emacs.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Id: emacs.xml,v 1.6 2007/07/01 17:47:42 pfrields Exp $ --> +<!-- $Id: emacs.xml,v 1.7 2007/07/01 17:49:52 pfrields Exp $ --> <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ @@ -568,16 +568,16 @@ emacs.geometry: 90x25 <note> <title>Note</title> - <para>This section assumes that you have already loaded the DTD file - (<filename>.ced</filename>). - </para> + <para>This section assumes that you have already parsed the + DTD file.</para> </note> <para> Instead of typing a tag each time you need to use it, use the key combination <keycap>Ctrl</keycap>-<keycap>c</keycap>, followed by <keycap><</keycap>. At the bottom of the - <application>Emacs</application> window, you will see: + <application>Emacs</application> window, the following prompt + appears: </para> <screen> <computeroutput>Tag: <</computeroutput> |
