emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105078: (tool-bar-mode): Clarify pos


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105078: (tool-bar-mode): Clarify positive/negative arguments
Date: Sun, 10 Jul 2011 16:09:05 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105078
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sun 2011-07-10 16:09:05 +0200
message:
  (tool-bar-mode): Clarify positive/negative arguments
modified:
  lisp/ChangeLog
  lisp/tool-bar.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-07-10 12:41:47 +0000
+++ b/lisp/ChangeLog    2011-07-10 14:09:05 +0000
@@ -1,3 +1,14 @@
+2011-07-10  Lars Magne Ingebrigtsen  <address@hidden>
+
+       * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
+       (bug#1526).
+
+2011-07-10  Martin Rudalics  <address@hidden>
+
+       * window.el (display-buffer-normalize-default): Don't invert
+       meaning of even-window-heights.  Reported by Eli Zaretskii
+       <address@hidden>.
+
 2011-07-10  Bob Rogers  <address@hidden>
 
        * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).

=== modified file 'lisp/tool-bar.el'
--- a/lisp/tool-bar.el  2011-04-19 13:44:55 +0000
+++ b/lisp/tool-bar.el  2011-07-10 14:09:05 +0000
@@ -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."


reply via email to

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