emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r110203: lisp/window.el (temp-buffer-


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110203: lisp/window.el (temp-buffer-window-setup): Fix typo in docstring.
Date: Wed, 26 Sep 2012 16:11:18 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110203
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Wed 2012-09-26 16:11:18 +0200
message:
  lisp/window.el (temp-buffer-window-setup): Fix typo in docstring.
modified:
  lisp/ChangeLog
  lisp/window.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-09-26 03:32:51 +0000
+++ b/lisp/ChangeLog    2012-09-26 14:11:18 +0000
@@ -1,3 +1,7 @@
+2012-09-26  Juanma Barranquero  <address@hidden>
+
+       * window.el (temp-buffer-window-setup): Fix typo in docstring.
+
 2012-09-25  Wilson Snyder  <address@hidden>
 
        * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)

=== modified file 'lisp/window.el'
--- a/lisp/window.el    2012-09-25 08:20:05 +0000
+++ b/lisp/window.el    2012-09-26 14:11:18 +0000
@@ -84,7 +84,7 @@
 displayed and current and its window selected.")
 
 (defun temp-buffer-window-setup (buffer-or-name)
-  "Set up temporary buffer specified by BUFFER-OR-NAME 
+  "Set up temporary buffer specified by BUFFER-OR-NAME.
 Return the buffer."
   (let ((old-dir default-directory)
        (buffer (get-buffer-create buffer-or-name)))
@@ -903,7 +903,7 @@
                     (if right (throw 'reset t) (setq right t)))
                    ((eq side 'bottom)
                     (if bottom (throw 'reset t) (setq bottom t)))
-                   (t 
+                   (t
                     (throw 'reset t))))
                 frame t))
              ;; If there's a side window, there must be at least one


reply via email to

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