emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105799: lisp/window.el (window-safe-


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105799: lisp/window.el (window-safe-min-height, window-safe-min-width): Fix typos.
Date: Sat, 17 Sep 2011 02:46:59 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105799
fixes bug(s): http://debbugs.gnu.org/9522
author: Juri Linkov <address@hidden>
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Sat 2011-09-17 02:46:59 +0200
message:
  lisp/window.el (window-safe-min-height, window-safe-min-width): Fix typos.
modified:
  lisp/ChangeLog
  lisp/window.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-09-17 00:42:13 +0000
+++ b/lisp/ChangeLog    2011-09-17 00:46:59 +0000
@@ -1,3 +1,8 @@
+2011-09-17  Juri Linkov  <address@hidden>
+
+       * window.el (window-safe-min-height, window-safe-min-width):
+       Fix typos (followup to bug#9522).
+
 2011-09-17  Sven Joachim  <address@hidden>
 
        * window.el (window-min-width, window-state-put): Fix typos (bug#9522).

=== modified file 'lisp/window.el'
--- a/lisp/window.el    2011-09-17 00:42:13 +0000
+++ b/lisp/window.el    2011-09-17 00:46:59 +0000
@@ -158,7 +158,7 @@
 these functions to inhibit processing of window parameters.")
 
 (defconst window-safe-min-height 1
-  "The absolut minimum number of lines of a window.
+  "The absolute minimum number of lines of a window.
 Anything less might crash Emacs.")
 
 (defcustom window-min-height 4
@@ -177,7 +177,7 @@
   :group 'windows)
 
 (defconst window-safe-min-width 2
-  "The absolut minimum number of columns of a window.
+  "The absolute minimum number of columns of a window.
 Anything less might crash Emacs.")
 
 (defcustom window-min-width 10


reply via email to

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