From 8b17a8b9583e8e4af9d6a66ca7319a398040e19f Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 19 Feb 2013 06:44:03 -0800 Subject: [PATCH] Spelling fixes. --- doc/misc/tramp.texi | 4 ++-- etc/ChangeLog | 2 +- src/ChangeLog.10 | 2 +- src/lisp.h | 2 +- src/marker.c | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 64b5ea40f24..77a4f632cff 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi @@ -2030,8 +2030,8 @@ You can instruct @value{tramp} by this form: @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) diff --git a/etc/ChangeLog b/etc/ChangeLog index 48db23a59e2..2e0eb2d7056 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1519,7 +1519,7 @@ 2009-01-27 Kenichi Handa - * NEWS: New function `coding-sytem-from-name'. + * NEWS: New function `coding-system-from-name'. 2009-01-25 Carsten Dominik diff --git a/src/ChangeLog.10 b/src/ChangeLog.10 index c878c48a4f4..508a2a9dd4c 100644 --- a/src/ChangeLog.10 +++ b/src/ChangeLog.10 @@ -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. diff --git a/src/lisp.h b/src/lisp.h index 44a5bd571ff..79fc9616d67 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -3048,7 +3048,7 @@ extern Lisp_Object Qautomatic_gc; 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: diff --git a/src/marker.c b/src/marker.c index 0d992c0abfa..63027d3be5e 100644 --- a/src/marker.c +++ b/src/marker.c @@ -500,7 +500,7 @@ set_marker_internal (Lisp_Object marker, Lisp_Object position, 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; -- 2.39.5