emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r110611: Spelling fixes.


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110611: Spelling fixes.
Date: Sun, 21 Oct 2012 00:23:34 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110611
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Sun 2012-10-21 00:23:34 -0700
message:
  Spelling fixes.
modified:
  configure.ac
  lisp/window.el
  src/lisp.h
  src/w32fns.c
=== modified file 'configure.ac'
--- a/configure.ac      2012-10-19 19:25:18 +0000
+++ b/configure.ac      2012-10-21 07:23:34 +0000
@@ -2538,7 +2538,7 @@
   fi
 
   if test "${HAVE_XPM}" = "yes"; then
-    AC_DEFINE(HAVE_XPM, 1, [Define to 1 if you have the Xpm libary (-lXpm).])
+    AC_DEFINE(HAVE_XPM, 1, [Define to 1 if you have the Xpm library (-lXpm).])
     LIBXPM=-lXpm
   fi
 fi

=== modified file 'lisp/window.el'
--- a/lisp/window.el    2012-10-14 17:07:00 +0000
+++ b/lisp/window.el    2012-10-21 07:23:34 +0000
@@ -5828,7 +5828,7 @@
   "If non-nil, `switch-to-buffer' tries to preserve `window-point'.
 If this is nil, `switch-to-buffer' displays the buffer at that
 buffer's `point'.  If this is `already-displayed', it tries to
-display the buffer at its pevious position in the selected
+display the buffer at its previous position in the selected
 window, provided the buffer is currently displayed in some other
 window on any visible or iconified frame.  If this is t, it
 unconditionally tries to display the buffer at its previous

=== modified file 'src/lisp.h'
--- a/src/lisp.h        2012-10-20 13:20:44 +0000
+++ b/src/lisp.h        2012-10-21 07:23:34 +0000
@@ -308,7 +308,7 @@
    First, there are already a couple of Lisp types that can be used if
    your new type does not need to be exposed to Lisp programs nor
    displayed to users.  These are Lisp_Save_Value, a Lisp_Misc
-   subtype, and PVEC_OTHER, a kind of vectorlike object.  The former
+   subtype; and PVEC_OTHER, a kind of vectorlike object.  The former
    is suitable for temporarily stashing away pointers and integers in
    a Lisp object (see the existing uses of make_save_value and
    XSAVE_VALUE).  The latter is useful for vector-like Lisp objects
@@ -322,7 +322,7 @@
    To define a new data type, add one more Lisp_Misc subtype or one
    more pseudovector subtype.  Pseudovectors are more suitable for
    objects with several slots that need to support fast random access,
-   whil Lisp_Misc types are foreverything else.  A pseudovector object
+   while Lisp_Misc types are for everything else.  A pseudovector object
    provides one or more slots for Lisp objects, followed by struct
    members that are accessible only from C.  A Lisp_Misc object is a
    wrapper for a C struct that can contain anything you like.

=== modified file 'src/w32fns.c'
--- a/src/w32fns.c      2012-10-17 15:37:55 +0000
+++ b/src/w32fns.c      2012-10-21 07:23:34 +0000
@@ -211,7 +211,7 @@
 static void w32_hide_hourglass (void);
 
 #ifdef WINDOWSNT
-/* From w32inevet.c */
+/* From w32inevt.c */
 extern int faked_key;
 #endif /* WINDOWSNT */
 
@@ -7711,4 +7711,3 @@
       break;
     }
 }
-


reply via email to

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