]> git.eshelyaron.com Git - emacs.git/commitdiff
(tool-bar-mode): Clarify positive/negative arguments
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 10 Jul 2011 14:09:05 +0000 (16:09 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 10 Jul 2011 14:09:05 +0000 (16:09 +0200)
lisp/ChangeLog
lisp/tool-bar.el

index 23aaf1676662bc4ddaf0d3bd3d02fb6a805008e6..a3faab15c35c0da6c60f45943cdc454362185531 100644 (file)
@@ -1,3 +1,14 @@
+2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
+       (bug#1526).
+
+2011-07-10  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (display-buffer-normalize-default): Don't invert
+       meaning of even-window-heights.  Reported by Eli Zaretskii
+       <eliz@gnu.org>.
+
 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
 
        * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
index 8fdce17df861302a0c524fc601ee1da9d89b287e..05208abb7207839eaa0f55c3e1826105d417ca72 100644 (file)
@@ -44,7 +44,8 @@
 ;; when you are on a tty.  I hope that won't cause too much trouble -- rms.
 (define-minor-mode tool-bar-mode
   "Toggle use of the tool bar.
-With numeric ARG, display the tool bar if and only if ARG is positive.
+With a numeric argument, if the argument is positive, turn on the
+tool bar; otherwise, turn off the tool bar.
 
 See `tool-bar-add-item' and `tool-bar-add-item-from-menu' for
 conveniently adding tool bar items."