aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love1999-11-01 18:06:55 +0000
committerDave Love1999-11-01 18:06:55 +0000
commit027f547ac6ea5faa03703c9fcb18f2dc21dd69d5 (patch)
tree347cef6d403cc6c867709e3a4bfd90cc34b75b9c
parentaca0be23e8c4c73bb810ca3aa72962c7e6d921d5 (diff)
downloademacs-027f547ac6ea5faa03703c9fcb18f2dc21dd69d5.tar.gz
emacs-027f547ac6ea5faa03703c9fcb18f2dc21dd69d5.zip
Fix complaints from makeinfo 4.0.
-rw-r--r--man/gnus.texi42
-rw-r--r--man/misc.texi4
2 files changed, 23 insertions, 23 deletions
diff --git a/man/gnus.texi b/man/gnus.texi
index fa585a065e1..c0326fd44ca 100644
--- a/man/gnus.texi
+++ b/man/gnus.texi
@@ -979,7 +979,7 @@ The native select method.
979@vindex gnus-group-highlight 979@vindex gnus-group-highlight
980Highlighting in the group buffer is controlled by the 980Highlighting in the group buffer is controlled by the
981@code{gnus-group-highlight} variable. This is an alist with elements 981@code{gnus-group-highlight} variable. This is an alist with elements
982that look like @var{(form . face)}. If @var{form} evaluates to 982that look like @code{(@var{form} . @var{face})}. If @var{form} evaluates to
983something non-@code{nil}, the @var{face} will be used on the line. 983something non-@code{nil}, the @var{face} will be used on the line.
984 984
985Here's an example value for this variable that might look nice if the 985Here's an example value for this variable that might look nice if the
@@ -1137,7 +1137,7 @@ this command, Gnus will offer to fetch all the old articles in this
1137group from the server. If you give a numerical prefix @var{N}, @var{N} 1137group from the server. If you give a numerical prefix @var{N}, @var{N}
1138determines the number of articles Gnus will fetch. If @var{N} is 1138determines the number of articles Gnus will fetch. If @var{N} is
1139positive, Gnus fetches the @var{N} newest articles, if @var{N} is 1139positive, Gnus fetches the @var{N} newest articles, if @var{N} is
1140negative, Gnus fetches the @var{abs(N)} oldest articles. 1140negative, Gnus fetches the @math{abs(N)} oldest articles.
1141 1141
1142@item RET 1142@item RET
1143@kindex RET (Group) 1143@kindex RET (Group)
@@ -1830,7 +1830,7 @@ are arbitrary comments on the group. They are currently ignored by
1830Gnus, but provide a place for you to store information on particular 1830Gnus, but provide a place for you to store information on particular
1831groups. 1831groups.
1832 1832
1833@item @var{(variable form)} 1833@item @code{(@var{variable} @var{form})}
1834You can use the group parameters to set variables local to the group you 1834You can use the group parameters to set variables local to the group you
1835are entering. If you want to turn threading off in @samp{news.answers}, 1835are entering. If you want to turn threading off in @samp{news.answers},
1836you could put @code{(gnus-show-threads nil)} in the group parameters of 1836you could put @code{(gnus-show-threads nil)} in the group parameters of
@@ -3126,7 +3126,7 @@ highlight the current article in the summary buffer.
3126@item gnus-summary-highlight 3126@item gnus-summary-highlight
3127@vindex gnus-summary-highlight 3127@vindex gnus-summary-highlight
3128Summary lines are highlighted according to this variable, which is a 3128Summary lines are highlighted according to this variable, which is a
3129list where the elements are of the format @var{(FORM . FACE)}. If you 3129list where the elements are of the format @code{(@var{form} . @var{face})}. If you
3130would, for instance, like ticked articles to be italic and high-scored 3130would, for instance, like ticked articles to be italic and high-scored
3131articles to be bold, you could set this variable to something like 3131articles to be bold, you could set this variable to something like
3132@lisp 3132@lisp
@@ -3811,7 +3811,7 @@ Canceled article (@code{gnus-canceled-mark})
3811 3811
3812@item F 3812@item F
3813@vindex gnus-souped-mark 3813@vindex gnus-souped-mark
3814@sc{SOUP}ed article (@code{gnus-souped-mark}). @xref{SOUP}. 3814@sc{soup}ed article (@code{gnus-souped-mark}). @xref{SOUP}.
3815 3815
3816@item Q 3816@item Q
3817@vindex gnus-sparse-mark 3817@vindex gnus-sparse-mark
@@ -4599,7 +4599,7 @@ The default is 4.
4599Hook run before parsing any headers. The default value is 4599Hook run before parsing any headers. The default value is
4600@code{(gnus-decode-rfc1522)}, which means that QPized headers will be 4600@code{(gnus-decode-rfc1522)}, which means that QPized headers will be
4601slightly decoded in a hackish way. This is likely to change in the 4601slightly decoded in a hackish way. This is likely to change in the
4602future when Gnus becomes @sc{MIME}ified. 4602future when Gnus becomes @sc{mime}ified.
4603 4603
4604@item gnus-alter-header-function 4604@item gnus-alter-header-function
4605@vindex gnus-alter-header-function 4605@vindex gnus-alter-header-function
@@ -5796,8 +5796,8 @@ signature and adds buttons.
5796@vindex gnus-header-face-alist 5796@vindex gnus-header-face-alist
5797Highlight the headers (@code{gnus-article-highlight-headers}). The 5797Highlight the headers (@code{gnus-article-highlight-headers}). The
5798highlighting will be done according to the @code{gnus-header-face-alist} 5798highlighting will be done according to the @code{gnus-header-face-alist}
5799variable, which is a list where each element has the form @var{(regexp 5799variable, which is a list where each element has the form @code{(@var{regexp}
5800name content)}. @var{regexp} is a regular expression for matching the 5800@var{name} @var{content})}. @var{regexp} is a regular expression for matching the
5801header, @var{name} is the face used for highlighting the header name 5801header, @var{name} is the face used for highlighting the header name
5802(@pxref{Faces and Fonts}) and @var{content} is the face for highlighting 5802(@pxref{Faces and Fonts}) and @var{content} is the face for highlighting
5803the header value. The first match made will be used. Note that 5803the header value. The first match made will be used. Note that
@@ -6763,8 +6763,8 @@ Variables related to the display are:
6763@item gnus-tree-brackets 6763@item gnus-tree-brackets
6764@vindex gnus-tree-brackets 6764@vindex gnus-tree-brackets
6765This is used for differentiating between ``real'' articles and 6765This is used for differentiating between ``real'' articles and
6766``sparse'' articles. The format is @var{((real-open . real-close) 6766``sparse'' articles. The format is @code{((@var{real-open} . @var{real-close})
6767(sparse-open . sparse-close) (dummy-open . dummy-close))}, and the 6767(@var{sparse-open} . @var{sparse-close}) (@var{dummy-open} . @var{dummy-close}))}, and the
6768default is @code{((?[ . ?]) (?( . ?)) (?@{ . ?@}) (?< . ?>))}. 6768default is @code{((?[ . ?]) (?( . ?)) (?@{ . ?@}) (?< . ?>))}.
6769 6769
6770@item gnus-tree-parent-child-edges 6770@item gnus-tree-parent-child-edges
@@ -8072,7 +8072,7 @@ any case, if this returns a non-@code{nil} value, then the style is said
8072to @dfn{match}. 8072to @dfn{match}.
8073 8073
8074Each style may contain a arbitrary amount of @dfn{attributes}. Each 8074Each style may contain a arbitrary amount of @dfn{attributes}. Each
8075attribute consists of a @var{(name . value)} pair. The attribute name 8075attribute consists of a @code{(@var{name} . @var{value})} pair. The attribute name
8076can be one of @code{signature}, @code{signature-file}, 8076can be one of @code{signature}, @code{signature-file},
8077@code{organization}, @code{address}, @code{name} or @code{body}. The 8077@code{organization}, @code{address}, @code{name} or @code{body}. The
8078attribute name can also be a string. In that case, this will be used as 8078attribute name can also be a string. In that case, this will be used as
@@ -8412,7 +8412,7 @@ backend, and the second is the @dfn{address}, or @dfn{name}, if you
8412will. 8412will.
8413 8413
8414After these two elements, there may be an arbitrary number of 8414After these two elements, there may be an arbitrary number of
8415@var{(variable form)} pairs. 8415@code{(@var{variable} @var{form})} pairs.
8416 8416
8417To go back to the first example---imagine that you want to read from 8417To go back to the first example---imagine that you want to read from
8418port 15 on that machine. This is what the select method should 8418port 15 on that machine. This is what the select method should
@@ -9381,26 +9381,26 @@ name. Normal regexp match expansion will be done. See below for
9381examples. 9381examples.
9382 9382
9383@item 9383@item
9384@var{(FIELD VALUE SPLIT)}: If the split is a list, the first element of 9384@code{(@var{field} @var{value} @var{split})}: If the split is a list, the first element of
9385which is a string, then store the message as specified by SPLIT, if 9385which is a string, then store the message as specified by SPLIT, if
9386header FIELD (a regexp) contains VALUE (also a regexp). 9386header FIELD (a regexp) contains VALUE (also a regexp).
9387 9387
9388@item 9388@item
9389@var{(| SPLIT...)}: If the split is a list, and the first element is 9389@code{(| @var{split}...)}: If the split is a list, and the first element is
9390@code{|} (vertical bar), then process each SPLIT until one of them 9390@code{|} (vertical bar), then process each SPLIT until one of them
9391matches. A SPLIT is said to match if it will cause the mail message to 9391matches. A @var{split} is said to match if it will cause the mail message to
9392be stored in one or more groups. 9392be stored in one or more groups.
9393 9393
9394@item 9394@item
9395@var{(& SPLIT...)}: If the split is a list, and the first element is 9395@code{(& @var{split}...)}: If the split is a list, and the first element is
9396@code{&}, then process all SPLITs in the list. 9396@code{&}, then process all @var{split}s in the list.
9397 9397
9398@item 9398@item
9399@code{junk}: If the split is the symbol @code{junk}, then don't save 9399@code{junk}: If the split is the symbol @code{junk}, then don't save
9400this message. Use with extreme caution. 9400this message. Use with extreme caution.
9401 9401
9402@item 9402@item
9403@var{(: function arg1 arg2 ...)}: If the split is a list, and the first 9403@code{(: @var{function} @var{arg1} @var{arg2} @dots{})}: If the split is a list, and the first
9404element is @code{:}, then the second element will be called as a 9404element is @code{:}, then the second element will be called as a
9405function with @var{args} given as arguments. The function should return 9405function with @var{args} given as arguments. The function should return
9406a SPLIT. 9406a SPLIT.
@@ -10118,7 +10118,7 @@ newsgroups.
10118* Directory Groups:: You can read a directory as if it was a newsgroup. 10118* Directory Groups:: You can read a directory as if it was a newsgroup.
10119* Anything Groups:: Dired? Who needs dired? 10119* Anything Groups:: Dired? Who needs dired?
10120* Document Groups:: Single files can be the basis of a group. 10120* Document Groups:: Single files can be the basis of a group.
10121* SOUP:: Reading @sc{SOUP} packets ``offline''. 10121* SOUP:: Reading @sc{soup} packets ``offline''.
10122* Web Searches:: Creating groups from articles that match a string. 10122* Web Searches:: Creating groups from articles that match a string.
10123* Mail-To-News Gateways:: Posting articles via mail-to-news gateways. 10123* Mail-To-News Gateways:: Posting articles via mail-to-news gateways.
10124@end menu 10124@end menu
@@ -12553,7 +12553,7 @@ A list. The elements in this list can be:
12553 12553
12554@enumerate 12554@enumerate
12555@item 12555@item
12556@var{(regexp file-name)}. If the @var{regexp} matches the group name, 12556@code{(@var{regexp} @var{file-name})}. If the @var{regexp} matches the group name,
12557the @var{file-name} will will be used as the home score file. 12557the @var{file-name} will will be used as the home score file.
12558 12558
12559@item 12559@item
@@ -14326,7 +14326,7 @@ messages from the people you like. Each NoCeM message has a @dfn{type}
14326header that gives the message a (more or less, usually less) rigorous 14326header that gives the message a (more or less, usually less) rigorous
14327definition. Common types are @samp{spam}, @samp{spew}, @samp{mmf}, 14327definition. Common types are @samp{spam}, @samp{spew}, @samp{mmf},
14328@samp{binary}, and @samp{troll}. To specify this, you have to use 14328@samp{binary}, and @samp{troll}. To specify this, you have to use
14329@var{(issuer conditions ...)} elements in the list. Each condition is 14329@code{(@var{issuer} @var{conditions} @dots{})} elements in the list. Each condition is
14330either a string (which is a regexp that matches types you want to use) 14330either a string (which is a regexp that matches types you want to use)
14331or a list on the form @code{(not STRING)}, where @var{string} is a 14331or a list on the form @code{(not STRING)}, where @var{string} is a
14332regexp that matches types you don't want to use. 14332regexp that matches types you don't want to use.
diff --git a/man/misc.texi b/man/misc.texi
index 996317adab9..a4caf76d66d 100644
--- a/man/misc.texi
+++ b/man/misc.texi
@@ -515,9 +515,9 @@ before point in the shell buffer
515@item C-d 515@item C-d
516@kindex C-d @r{(Shell mode)} 516@kindex C-d @r{(Shell mode)}
517@findex comint-delchar-or-maybe-eof 517@findex comint-delchar-or-maybe-eof
518Either delete a character or send @sc{EOF} 518Either delete a character or send @sc{eof}
519(@code{comint-delchar-or-maybe-eof}). Typed at the end of the shell 519(@code{comint-delchar-or-maybe-eof}). Typed at the end of the shell
520buffer, @kbd{C-d} sends @sc{EOF} to the subshell. Typed at any other 520buffer, @kbd{C-d} sends @sc{eof} to the subshell. Typed at any other
521position in the buffer, @kbd{C-d} deletes a character as usual. 521position in the buffer, @kbd{C-d} deletes a character as usual.
522 522
523@item C-c C-a 523@item C-c C-a