mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
`set-scroll-bar-mode' doc clarification
* scroll-bar.el (set-scroll-bar-mode): Mention that `scroll-bar-mode' lists the values (bug#7772).
This commit is contained in:
parent
5b2d4a662b
commit
d7956b14bf
2 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
|||
2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* scroll-bar.el (set-scroll-bar-mode): Mention that
|
||||
`scroll-bar-mode' lists the values (bug#7772).
|
||||
|
||||
* image-mode.el (image-mode-fit-frame): Mention that it's a toggle
|
||||
command (bug#7729).
|
||||
|
||||
|
|
|
|||
|
|
@ -81,7 +81,8 @@ SIDE must be the symbol `left' or `right'."
|
|||
This is nil while loading `scroll-bar.el', and t afterward.")
|
||||
|
||||
(defun set-scroll-bar-mode (value)
|
||||
"Set `scroll-bar-mode' to VALUE and put the new value into effect."
|
||||
"Set the scroll bar mode to VALUE and put the new value into effect.
|
||||
See the `scroll-bar-mode' variable for possible values to use."
|
||||
(if scroll-bar-mode
|
||||
(setq previous-scroll-bar-mode scroll-bar-mode))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue