From 505e364506a87ca26ec77550cbc35b2066ce3b9f Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sun, 10 Jul 2011 16:09:05 +0200 Subject: [PATCH] (tool-bar-mode): Clarify positive/negative arguments --- lisp/ChangeLog | 11 +++++++++++ lisp/tool-bar.el | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 23aaf167666..a3faab15c35 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,14 @@ +2011-07-10 Lars Magne Ingebrigtsen + + * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments + (bug#1526). + +2011-07-10 Martin Rudalics + + * window.el (display-buffer-normalize-default): Don't invert + meaning of even-window-heights. Reported by Eli Zaretskii + . + 2011-07-10 Bob Rogers * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256). diff --git a/lisp/tool-bar.el b/lisp/tool-bar.el index 8fdce17df86..05208abb720 100644 --- a/lisp/tool-bar.el +++ b/lisp/tool-bar.el @@ -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."