]> git.eshelyaron.com Git - emacs.git/commitdiff
Spelling fixes.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 31 Oct 2012 19:23:06 +0000 (12:23 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 31 Oct 2012 19:23:06 +0000 (12:23 -0700)
doc/lispref/loading.texi
doc/lispref/variables.texi
doc/misc/cl.texi
src/w32proc.c
src/xterm.c

index 6a18bea29775722c1298ccf0c4ea9ebcc72326de..79fd352adfbe02b12df1f71b0bd4a2a79bb6d828 100644 (file)
@@ -615,7 +615,7 @@ specified by an autoload object:
 
 @defun autoload-do-load autoload &optional name macro-only
 This function performs the loading specified by @var{autoload}, which
-whould be an autoload object.  The optional argument @var{name}, if
+should be an autoload object.  The optional argument @var{name}, if
 non-@code{nil}, should be a symbol whose function value is
 @var{autoload}; in that case, the return value of this function is the
 symbol's new function value.  If the value of the optional argument
index 580dd8258df886383075eac2fda130a2f91260cd..88b7909126e75012b4c75b3c44de58ef46694f97 100644 (file)
@@ -2033,7 +2033,7 @@ itself be a valid @var{place} form.  For example, @code{(setf (nthcdr
 @c to standard Common Lisp.
 
 @c FIXME I don't think is a particularly good way to do it,
-@c but these macros are introduced before gvs are.
+@c but these macros are introduced before generalized variables are.
 The macros @code{push} (@pxref{List Variables}) and @code{pop}
 (@pxref{List Elements}) can manipulate generalized variables,
 not just lists.  @code{(pop @var{place})} removes and returns the first
index d01798497da7d4434fb665c6f47a9d52bc360e9c..107354205343048b2de1da3c0517431f06105d6e 100644 (file)
@@ -991,7 +991,7 @@ has been made.  @xref{Obsolete Setf Customization}.
 
 @c FIXME should this be in lispref?  It seems self-evident.
 @c Contrast with the cl-incf example later on.
-@c Here it really only serves as a constrast to wrong-order.
+@c Here it really only serves as a contrast to wrong-order.
 The @code{setf} macro takes care to evaluate all subforms in
 the proper left-to-right order; for example,
 
@@ -5129,4 +5129,3 @@ defined later.
 @printindex vr
 
 @bye
-
index d45d9879a2415fcce08bd58ffbf40266cdb4a087..a0ff96e593c73f86dcefb0b73d4f21b32dcdcea3 100644 (file)
@@ -519,7 +519,7 @@ term_timers (void)
 void
 init_timers (void)
 {
-  /* GetThreadTimes is not avaiulable on all versions of Windows, so
+  /* GetThreadTimes is not available on all versions of Windows, so
      need to probe for its availability dynamically, and call it
      through a pointer.  */
   s_pfn_Get_Thread_Times = NULL; /* in case dumped Emacs comes with a value */
index 8b005873f4d136f3ef1d1c7f6df0c42515257e94..f8420d13a32e619d5d30ab691c3844b85016ccc3 100644 (file)
@@ -3448,7 +3448,7 @@ x_focus_changed (int type, int state, struct x_display_info *dpyinfo, struct fra
 
           /* Don't stop displaying the initial startup message
              for a switch-frame event we don't need.  */
-          /* When run as a deamon, Vterminal_frame is always NIL.  */
+          /* When run as a daemon, Vterminal_frame is always NIL.  */
           if ((NILP (Vterminal_frame) || EQ (Fdaemonp(), Qt))
               && CONSP (Vframe_list)
               && !NILP (XCDR (Vframe_list)))