diff options
| author | Eric Abrahamsen | 2022-02-14 15:11:37 -0800 |
|---|---|---|
| committer | Eric Abrahamsen | 2022-02-14 15:21:21 -0800 |
| commit | d6fba624e62bd2bc35dec5b5408a1f8e7ad77cc8 (patch) | |
| tree | c858159fe9174f0ef284dfb8a8abb180d7fdd6ac | |
| parent | b444311e2c2a5d6db36bbbd5453a02c606215011 (diff) | |
| download | emacs-d6fba624e62bd2bc35dec5b5408a1f8e7ad77cc8.tar.gz emacs-d6fba624e62bd2bc35dec5b5408a1f8e7ad77cc8.zip | |
Fix manual documentation of Gnus tool bars
* doc/misc/gnus.texi: The options `gnus-use-toolbar',
`gnus-toolbar-thickness', and `gnus-summary-mail-toolbar' no longer
exist. Other options in this section have been renamed from "toolbar"
to "tool-bar".
| -rw-r--r-- | doc/misc/gnus.texi | 35 |
1 files changed, 10 insertions, 25 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 6e8de0368c0..eb675234f68 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -24141,37 +24141,22 @@ If you want to see them in the Cc and To fields, set: | |||
| 24141 | @end lisp | 24141 | @end lisp |
| 24142 | 24142 | ||
| 24143 | 24143 | ||
| 24144 | @subsubsection Toolbar | 24144 | @subsubsection Tool bar |
| 24145 | 24145 | ||
| 24146 | @table @code | 24146 | @table @code |
| 24147 | 24147 | ||
| 24148 | @item gnus-use-toolbar | 24148 | @item gnus-group-tool-bar |
| 24149 | @vindex gnus-use-toolbar | ||
| 24150 | This variable specifies the position to display the toolbar. If | ||
| 24151 | @code{nil}, don't display toolbars. If it is non-@code{nil}, it should | ||
| 24152 | be one of the symbols @code{default}, @code{top}, @code{bottom}, | ||
| 24153 | @code{right}, and @code{left}. @code{default} means to use the default | ||
| 24154 | toolbar, the rest mean to display the toolbar on the place which those | ||
| 24155 | names show. The default is @code{default}. | ||
| 24156 | |||
| 24157 | @item gnus-toolbar-thickness | ||
| 24158 | @vindex gnus-toolbar-thickness | ||
| 24159 | Cons of the height and the width specifying the thickness of a toolbar. | ||
| 24160 | The height is used for the toolbar displayed on the top or the bottom, | ||
| 24161 | the width is used for the toolbar displayed on the right or the left. | ||
| 24162 | The default is that of the default toolbar. | ||
| 24163 | |||
| 24164 | @item gnus-group-toolbar | ||
| 24165 | @vindex gnus-group-toolbar | 24149 | @vindex gnus-group-toolbar |
| 24166 | The toolbar in the group buffer. | 24150 | Specifies the tool bar in the group buffer. It can be either a list |
| 24151 | or a symbol referring to a list. Pre-defined symbols include | ||
| 24152 | @code{gnus-group-tool-bar-gnome} and @code{gnus-group-tool-bar-retro}. | ||
| 24167 | 24153 | ||
| 24168 | @item gnus-summary-toolbar | 24154 | @item gnus-summary-tool-bar |
| 24169 | @vindex gnus-summary-toolbar | 24155 | @vindex gnus-summary-toolbar |
| 24170 | The toolbar in the summary buffer. | 24156 | Specifies the tool bar in the summary buffer. It can be either a list |
| 24171 | 24157 | or a symbol referring to a list. Pre-defined symbols include | |
| 24172 | @item gnus-summary-mail-toolbar | 24158 | @code{gnus-summary-tool-bar-gnome} and |
| 24173 | @vindex gnus-summary-mail-toolbar | 24159 | @code{gnus-summary-tool-bar-retro}. |
| 24174 | The toolbar in the summary buffer of mail groups. | ||
| 24175 | 24160 | ||
| 24176 | @end table | 24161 | @end table |
| 24177 | 24162 | ||