Fix typos.
[bpt/emacs.git] / src / ChangeLog.11
index 37a75c3..85f6c00 100644 (file)
        * keyboard.c (input_available_signal): Declare.
        (kbd_buffer_nr_stored): New function.
        (kbd_buffer_store_event_hold): If kbd_buffer_nr_stored returns
-       more than KBD_BUFFER_SIZE/2, stop reding input (Bug#6571).
+       more than KBD_BUFFER_SIZE/2, stop reading input (Bug#6571).
        (kbd_buffer_get_event): If input is suspended and kbd_buffer_nr_stored
-       returns less than KBD_BUFFER_SIZE/4, resume reding input (Bug#6571).
+       returns less than KBD_BUFFER_SIZE/4, resume reading input (Bug#6571).
        (tty_read_avail_input): If input is on hold, return.
        Don't read more that free slots in kbd_buffer (Bug#6571).
 
 
 2010-05-20  Juri Linkov  <juri@jurta.org>
 
-       * fileio.c (Fdelete_file): Change interative spec to use
+       * fileio.c (Fdelete_file): Change interactive spec to use
        `read-file-name' like in `find-file-read-args' where the default
        value is `default-directory' instead of `buffer-file-name'.
        http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
 
        * process.c (status_notify): Don't perform redisplay.
        (Fdelete_process, list_processes_1, process_send_signal):
-       Expliticly perform redisplay.
+       Explicitly perform redisplay.
        (wait_reading_process_output): Always check process status, but
        don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
 
        * keymap.c (describe_vector): Handle default value of a char table.
 
        * fontset.c (fontset_face): Handle fallback fonts correctly.
-       (Ffontset_info): Return infomation about fallback fonts.
+       (Ffontset_info): Return information about fallback fonts.
 
 2008-02-01  Kenichi Handa  <handa@m17n.org>
 
 2007-06-14  Jason Rumney  <jasonr@gnu.org>
 
        * w32.c (get_process_times_fn): New function pointer.
-       (globals_of_w32): Intialize it if present in kernel32.dll.
+       (globals_of_w32): Initialize it if present in kernel32.dll.
        (w32_get_internal_run_time): New function.
 
        * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.