Skip to content

Commit

Permalink
(tool-bar-mode): Clarify positive/negative arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
larsmagne committed Jul 10, 2011
1 parent 54aa887 commit 505e364
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions lisp/ChangeLog
@@ -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).
Expand Down
3 changes: 2 additions & 1 deletion lisp/tool-bar.el
Expand Up @@ -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."
Expand Down

0 comments on commit 505e364

Please sign in to comment.