Correct documentation relating to tool-bar-position
* doc/emacs/android.texi (Android Windowing): Don't claim that tool-bar-position is unsupported on Android. * lisp/tool-bar.el (tool-bar-position): Update doc string to mention that bottom is supported on all systems but Nextstep.
This commit is contained in:
parent
32b8c07817
commit
b82a003544
2 changed files with 9 additions and 8 deletions
|
@ -904,9 +904,9 @@ devices.
|
|||
@item
|
||||
The @code{alpha}, @code{alpha-background}, @code{z-group},
|
||||
@code{override-redirect}, @code{mouse-color}, @code{title},
|
||||
@code{wait-for-wm}, @code{sticky}, @code{undecorated} and
|
||||
@code{tool-bar-position} frame parameters (@pxref{Frame Parameters,,,
|
||||
elisp, the Emacs Lisp Reference Manual}) are unsupported.
|
||||
@code{wait-for-wm}, @code{sticky}, and @code{undecorated} frame
|
||||
parameters (@pxref{Frame Parameters,,, elisp, the Emacs Lisp Reference
|
||||
Manual}) are unsupported.
|
||||
|
||||
@item
|
||||
On Android 4.0 and earlier, the @code{fullscreen} frame parameter is
|
||||
|
|
|
@ -360,11 +360,12 @@ holds a keymap."
|
|||
(if (featurep 'move-toolbar)
|
||||
(defcustom tool-bar-position 'top
|
||||
"Specify on which side the tool bar shall be.
|
||||
Possible values are `top' (tool bar on top), `bottom' (tool bar at bottom),
|
||||
`left' (tool bar on left) and `right' (tool bar on right).
|
||||
This option has effect only on graphical frames and only
|
||||
if Emacs was built with GTK.
|
||||
Customize `tool-bar-mode' if you want to show or hide the tool bar."
|
||||
Possible values are `top' (tool bar on top), `bottom' (tool bar at
|
||||
bottom), `left' (tool bar on left) and `right' (tool bar on right).
|
||||
This option takes effect only on graphical frames, the values `left' and
|
||||
`right' only if Emacs was built with GTK, and `bottom' only on systems
|
||||
besides Nextstep. Customize `tool-bar-mode' if you want to show or hide
|
||||
the tool bar."
|
||||
:version "24.1"
|
||||
:type '(choice (const top)
|
||||
(const bottom)
|
||||
|
|
Loading…
Add table
Reference in a new issue