emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r111267: Spelling fix.


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111267: Spelling fix.
Date: Wed, 19 Dec 2012 05:56:49 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111267
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Wed 2012-12-19 05:56:49 -0800
message:
  Spelling fix.
modified:
  src/window.c
=== modified file 'src/window.c'
--- a/src/window.c      2012-12-17 19:17:06 +0000
+++ b/src/window.c      2012-12-19 13:56:49 +0000
@@ -280,7 +280,7 @@
   if (BUFFERP (w->buffer))
     {
       struct buffer *b = XBUFFER (w->buffer);
-      
+
       if (b->base_buffer)
        b = b->base_buffer;
       b->window_count += arg;
@@ -530,7 +530,7 @@
 }
 
 /* Select window with a minimum of fuss, i.e. don't record the change anywhere
-   (not even for rediaplay's benefit), and assume that the window's frame is
+   (not even for redisplay's benefit), and assume that the window's frame is
    already selected.  */
 void
 select_window_1 (Lisp_Object window, bool inhibit_point_swap)


reply via email to

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