Remove remaining tabs from non-verbatim in doc/misc/*.texi.

This commit is contained in:
Glenn Morris 2010-06-23 00:44:09 -07:00
parent 0351f24c13
commit b1fbbb32e1
6 changed files with 21 additions and 21 deletions

View file

@ -1,11 +1,11 @@
2010-06-23 Glenn Morris <rgm@gnu.org>
* autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
* eieio.texi, faq.texi, flymake.texi, forms.texi, gnus-faq.texi:
* idlwave.texi, mh-e.texi, org.texi, pcl-cvs.texi, pgg.texi:
* reftex.texi, sasl.texi, sc.texi, sem-user.texi, semantic.texi:
* sieve.texi, smtpmail.texi, speedbar.texi, vip.texi, viper.texi:
* widget.texi: Untabify.
* eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
* gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
* pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
* sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
* speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
2010-06-10 Glenn Morris <rgm@gnu.org>

View file

@ -142,15 +142,15 @@ about the key you selected.
@example
u Daiki Ueno <ueno@@unixuser.org>
u A5B6B2D4B15813FE 1024bits DSA
Created: 2001-10-09
Expires: 2007-09-04
Capabilities: sign certify
Fingerprint: 8003 7CD0 0F1A 9400 03CA 50AA A5B6 B2D4 B158 13FE
Created: 2001-10-09
Expires: 2007-09-04
Capabilities: sign certify
Fingerprint: 8003 7CD0 0F1A 9400 03CA 50AA A5B6 B2D4 B158 13FE
u 4447461B2A9BEA2D 2048bits ELGAMAL_E
Created: 2001-10-09
Expires: 2007-09-04
Capabilities: encrypt
Fingerprint: 9003 D76B 73B7 4A8A E588 10AF 4447 461B 2A9B EA2D
Created: 2001-10-09
Expires: 2007-09-04
Capabilities: encrypt
Fingerprint: 9003 D76B 73B7 4A8A E588 10AF 4447 461B 2A9B EA2D
@end example
@noindent

View file

@ -187,7 +187,7 @@ and the buffer showing possible completions will contain
@example
Possible completions are:
xml:lang xmlns
xml:lang xmlns
@end example
@noindent

View file

@ -4624,7 +4624,7 @@ values.
@example
:COLUMNS: %25ITEM %9Approved(Approved?)@{X@} %Owner %11Status \@footnote{Please note that the COLUMNS definition must be on a single line---it is wrapped here only because of formatting constraints.}
%10Time_Estimate@{:@} %CLOCKSUM
%10Time_Estimate@{:@} %CLOCKSUM
:Owner_ALL: Tammy Mark Karl Lisa Don
:Status_ALL: "In progress" "Not started yet" "Finished" ""
:Approved_ALL: "[ ]" "[X]"

View file

@ -227,7 +227,7 @@ the @code{fileinto} command.
require "fileinto";
if address "sender" "owner-w3-beta@@xemacs.org" @{
fileinto "INBOX.w3-beta";
fileinto "INBOX.w3-beta";
@}
@end example
@ -238,7 +238,7 @@ required.
@example
if header :contains "Delivered-To" "auc-tex@@sunsite.dk" @{
fileinto "INBOX.auc-tex";
fileinto "INBOX.auc-tex";
@}
@end example
@ -249,7 +249,7 @@ has been required.
@example
if address ["to", "cc"] "kerberos@@mit.edu" @{
fileinto "INBOX.kerberos";
fileinto "INBOX.kerberos";
@}
@end example

View file

@ -355,15 +355,15 @@ configurations of sendmail requires this behavior. Don't bother to
set this unless you have get an error like:
@example
Sending failed; SMTP protocol error
Sending failed; SMTP protocol error
@end example
when sending mail, and the debug buffer (@pxref{Debugging})) contains
an error such as:
@example
RCPT TO: @var{someone}
501 @var{someone}: recipient address must contain a domain
RCPT TO: @var{someone}
501 @var{someone}: recipient address must contain a domain
@end example
@end table