diff options
author | Glenn Morris <rgm@gnu.org> | 2010-06-22 23:35:06 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-06-22 23:35:06 -0700 |
commit | 53507b2c5990bb244b93151d0c0cc157c37322dd (patch) | |
tree | 180f5ce6c6be11fe5d776e2d1def403d7763f06b /doc | |
parent | d24880de8bc04678d2a4a467781f5887ed86af9f (diff) | |
download | emacs-53507b2c5990bb244b93151d0c0cc157c37322dd.tar.gz |
Remove some unimportant tabs from examples in some *.texi files.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/emacs/mule.texi | 2 | ||||
-rw-r--r-- | doc/misc/ebrowse.texi | 14 | ||||
-rw-r--r-- | doc/misc/sc.texi | 26 |
3 files changed, 20 insertions, 22 deletions
diff --git a/doc/emacs/mule.texi b/doc/emacs/mule.texi index 1104b2aa817..89bf0ebcb04 100644 --- a/doc/emacs/mule.texi +++ b/doc/emacs/mule.texi @@ -221,7 +221,7 @@ in a buffer whose coding system is @code{utf-8-unix}: character: @`A (192, #o300, #xc0) preferred charset: unicode (Unicode (ISO10646)) code point: 0xC0 - syntax: w which means: word + syntax: w which means: word category: j:Japanese l:Latin v:Vietnamese buffer code: #xC3 #x80 file code: not encodable by coding system undecided-unix diff --git a/doc/misc/ebrowse.texi b/doc/misc/ebrowse.texi index 522469aadea..4e41426699b 100644 --- a/doc/misc/ebrowse.texi +++ b/doc/misc/ebrowse.texi @@ -625,17 +625,15 @@ given by a prefix argument. Here is an example of a tree buffer with file names displayed. @example -| Collection (unknown) -| IndexedCollection (indexedcltn.h) -| Array (array.h) -| FixedArray (fixedarray.h) -| Set (set.h) -| Dictionary (dict.h) +| Collection (unknown) +| IndexedCollection (indexedcltn.h) +| Array (array.h) +| FixedArray (fixedarray.h) +| Set (set.h) +| Dictionary (dict.h) @end example - - @node Expanding and Collapsing, Tree Indentation, File Name Display, Tree Buffers @comment node-name, next, previous, up @section Expanding and Collapsing a Tree diff --git a/doc/misc/sc.texi b/doc/misc/sc.texi index 36c36c37df7..72a6bfc8989 100644 --- a/doc/misc/sc.texi +++ b/doc/misc/sc.texi @@ -1795,23 +1795,23 @@ interface was formally proposed by Martin Neitzel on Fri, 23 Jun 89, in a mail message to the Supercite mailing list: @example - Martin> Each news/mail-reader should provide a form of - Martin> mail-yank-original that + Martin> Each news/mail-reader should provide a form of + Martin> mail-yank-original that - Martin> 1: inserts the original message incl. header into the - Martin> reply buffer; no indentation/prefixing is done, the header - Martin> tends to be a "full blown" version rather than to be - Martin> stripped down. + Martin> 1: inserts the original message incl. header into the + Martin> reply buffer; no indentation/prefixing is done, the header + Martin> tends to be a "full blown" version rather than to be + Martin> stripped down. - Martin> 2: `point' is at the start of the header, `mark' at the - Martin> end of the message body. + Martin> 2: `point' is at the start of the header, `mark' at the + Martin> end of the message body. - Martin> 3: (run-hooks 'mail-yank-hooks) + Martin> 3: (run-hooks 'mail-yank-hooks) - Martin> [Supercite] should be run as such a hook and merely - Martin> rewrite the message. This way it isn't anymore - Martin> [Supercite]'s job to gather the original from obscure - Martin> sources. [@dots{}] + Martin> [Supercite] should be run as such a hook and merely + Martin> rewrite the message. This way it isn't anymore + Martin> [Supercite]'s job to gather the original from obscure + Martin> sources. [@dots{}] @end example @vindex mail-citation-hook |