diff src/ChangeLog.9 @ 49505:1aba10ab73b4

Corrected misc. typos like missing : after file names, missing file name suffixes, and * used as prefix on non-file entries.
author Kim F. Storm <storm@cua.dk>
date Tue, 28 Jan 2003 23:49:11 +0000
parents ff7e1d919ec0
children 23a1cea22d13
line wrap: on
line diff
--- a/src/ChangeLog.9	Tue Jan 28 18:46:07 2003 +0000
+++ b/src/ChangeLog.9	Tue Jan 28 23:49:11 2003 +0000
@@ -792,7 +792,7 @@
 	bit-fields.
 	(init_obarray): Likewise for t and nil.
 
-	* eval.c Use SYMBOL_VALUE/SET_SYMBOL_VALUE.
+	* eval.c: Use SYMBOL_VALUE/SET_SYMBOL_VALUE.
 	(Fdefvaralias): New function.
 	(specbind): Simplify the test if symbol is a constant.
 	(syms_of_eval): Defsubr Fdefvaralias.
@@ -2348,7 +2348,7 @@
 	(redisplay_internal): Avoid duplicate mark_window_display_accurate
 	for the selected frame.
 
-	* xdisp.c  Use make_number, for readability.
+	* xdisp.c: Use make_number, for readability.
 	(try_window_id): Disable rows below the window end.
 	(try_window_reusing_current_matrix): Use cursor_row_p.
 	(try_window_reusing_current_matrix) <scrolling up>: Fix disabling
@@ -12085,7 +12085,7 @@
 
 2000-03-04  Jason Rumney  <jasonr@gnu.org>
 
-	* xfaces.c Change many FRAME_X... macros to FRAME_WINDOW... or
+	* xfaces.c: Change many FRAME_X... macros to FRAME_WINDOW... or
 	other non-platform-specific equivalents.
 	[WINDOWSNT]: Include w32term.h, fontset.h and define X
 	specific functions and macros as their w32 equivalents where