emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-24 r117495: Fix fit-window-to-buffer doc-string.


From: Martin Rudalics
Subject: [Emacs-diffs] emacs-24 r117495: Fix fit-window-to-buffer doc-string.
Date: Fri, 12 Sep 2014 06:27:10 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117495
revision-id: address@hidden
parent: address@hidden
author: Kan-Ru Chen <address@hidden>
committer: martin rudalics <address@hidden>
branch nick: emacs-24
timestamp: Fri 2014-09-12 08:26:46 +0200
message:
  Fix fit-window-to-buffer doc-string.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/window.el                 window.el-20091113204419-o5vbwnq5f7feedwu-94
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-09-10 00:47:20 +0000
+++ b/lisp/ChangeLog    2014-09-12 06:26:46 +0000
@@ -1,3 +1,7 @@
+2014-09-12  Kan-Ru Chen  <address@hidden>
+
+       * window.el (fit-window-to-buffer): Doc fix.
+
 2014-09-10  Ivan Shmakov  <address@hidden>  (tiny change)
 
        * desktop.el (desktop-create-buffer): Check that buffers are still live

=== modified file 'lisp/window.el'
--- a/lisp/window.el    2014-08-10 10:41:28 +0000
+++ b/lisp/window.el    2014-09-12 06:26:46 +0000
@@ -7173,7 +7173,7 @@
 
 If WINDOW is part of a horizontal combination and the value of
 the option `fit-window-to-buffer-horizontally' is non-nil, adjust
-WINDOW's height.  The new width of WINDOW is calculated from the
+WINDOW's width.  The new width of WINDOW is calculated from the
 maximum length of its buffer's lines that follow the current
 start position of WINDOW.  The optional argument MAX-WIDTH
 specifies a maximum width and defaults to the width of WINDOW's


reply via email to

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