emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r106328: Fix doc-string typo in windo


From: martin rudalics
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106328: Fix doc-string typo in window-min-delta
Date: Tue, 08 Nov 2011 20:06:29 +0100
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106328
committer: martin rudalics <address@hidden>
branch nick: trunk
timestamp: Tue 2011-11-08 20:06:29 +0100
message:
  Fix doc-string typo in window-min-delta
modified:
  lisp/ChangeLog
  lisp/window.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-11-08 16:52:10 +0000
+++ b/lisp/ChangeLog    2011-11-08 19:06:29 +0000
@@ -14,6 +14,7 @@
        * window.el (display-buffer-function, special-display-function):
        Mention display-buffer-record-window but do not mention
        help-setup parameter in doc-strings.
+       (window-min-delta): Fix doc-string typo.
 
 2011-11-08  Chong Yidong  <address@hidden>
 

=== modified file 'lisp/window.el'
--- a/lisp/window.el    2011-11-08 16:52:10 +0000
+++ b/lisp/window.el    2011-11-08 19:06:29 +0000
@@ -772,7 +772,7 @@
 
 Optional argument NODOWN non-nil means don't check whether WINDOW
 itself \(and its child windows) can be shrunk; check only whether
-at least one other windows can be enlarged appropriately."
+at least one other window can be enlarged appropriately."
   (setq window (window-normalize-window window))
   (let ((size (window-total-size window horizontal))
        (minimum (window-min-size window horizontal ignore)))


reply via email to

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