emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111827: Spelling fixes.
Date: Tue, 19 Feb 2013 06:44:03 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111827
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Tue 2013-02-19 06:44:03 -0800
message:
  Spelling fixes.
modified:
  doc/misc/tramp.texi
  etc/ChangeLog
  src/ChangeLog.10
  src/lisp.h
  src/marker.c
=== modified file 'doc/misc/tramp.texi'
--- a/doc/misc/tramp.texi       2013-02-16 17:38:37 +0000
+++ b/doc/misc/tramp.texi       2013-02-19 14:44:03 +0000
@@ -2030,8 +2030,8 @@
 @noindent
 with @samp{192.168.0.26} being the IP address of your Android device.
 
-The user settings for the @code{$PATH} environment valiable must be
-preserved. Add this setting:
+The user settings for the @code{$PATH} environment variable must be
+preserved.  Add this setting:
 
 @lisp
 (add-to-list 'tramp-remote-path 'tramp-own-remote-path)

=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog     2013-02-14 12:36:44 +0000
+++ b/etc/ChangeLog     2013-02-19 14:44:03 +0000
@@ -1519,7 +1519,7 @@
 
 2009-01-27  Kenichi Handa  <address@hidden>
 
-       * NEWS: New function `coding-sytem-from-name'.
+       * NEWS: New function `coding-system-from-name'.
 
 2009-01-25  Carsten Dominik  <address@hidden>
 

=== modified file 'src/ChangeLog.10'
--- a/src/ChangeLog.10  2013-01-01 09:11:05 +0000
+++ b/src/ChangeLog.10  2013-02-19 14:44:03 +0000
@@ -19171,7 +19171,7 @@
        * coding.c (code_convert_region_unwind):
        Set Vlast_coding_system_used to the argument.
        (code_convert_region): If post-read-conversion function changed
-       the value of last-coding-sytem, keep the new value in
+       the value of last-coding-system, keep the new value in
        coding->symbol so that it won't be overridden.
        (run_pre_post_conversion_on_str): Likewise.
        (coding_system_accept_latin_extra_p): New function.

=== modified file 'src/lisp.h'
--- a/src/lisp.h        2013-02-15 12:26:42 +0000
+++ b/src/lisp.h        2013-02-19 14:44:03 +0000
@@ -3048,7 +3048,7 @@
 extern Lisp_Object Qchar_table_extra_slots;
 extern struct Lisp_Vector *allocate_vector (EMACS_INT);
 
-/* Make an unitialized vector for SIZE objects.  NOTE: you must
+/* Make an uninitialized vector for SIZE objects.  NOTE: you must
    be sure that GC cannot happen until the vector is completely
    initialized.  E.g. the following code is likely to crash:
 

=== modified file 'src/marker.c'
--- a/src/marker.c      2013-02-11 10:21:52 +0000
+++ b/src/marker.c      2013-02-19 14:44:03 +0000
@@ -500,7 +500,7 @@
       register ptrdiff_t charpos, bytepos;
 
       /* Do not use CHECK_NUMBER_COERCE_MARKER because we
-        don't want to call buf_charpos_to_bytepos if POSTION
+        don't want to call buf_charpos_to_bytepos if POSITION
         is a marker and so we know the bytepos already.  */
       if (INTEGERP (position))
        charpos = XINT (position), bytepos = -1;


reply via email to

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