emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105206: `set-scroll-bar-mode' doc cl


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105206: `set-scroll-bar-mode' doc clarification
Date: Thu, 14 Jul 2011 19:11:49 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105206
fixes bug(s): http://debbugs.gnu.org/7772
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Thu 2011-07-14 19:11:49 +0200
message:
  `set-scroll-bar-mode' doc clarification
  
  * scroll-bar.el (set-scroll-bar-mode): Mention that
  `scroll-bar-mode' lists the values (bug#7772).
modified:
  lisp/ChangeLog
  lisp/scroll-bar.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-07-14 17:05:43 +0000
+++ b/lisp/ChangeLog    2011-07-14 17:11:49 +0000
@@ -1,5 +1,8 @@
 2011-07-14  Lars Magne Ingebrigtsen  <address@hidden>
 
+       * 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).
 

=== modified file 'lisp/scroll-bar.el'
--- a/lisp/scroll-bar.el        2011-04-19 13:44:55 +0000
+++ b/lisp/scroll-bar.el        2011-07-14 17:11:49 +0000
@@ -81,7 +81,8 @@
 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))
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]