changeset 55722:623ab06bb37b

(Fdefine_key): Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Sat, 22 May 2004 01:52:56 +0000
parents b0b446f1087b
children 813de71608a6
files src/ChangeLog src/keymap.c
diffstat 2 files changed, 56 insertions(+), 52 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri May 21 23:36:38 2004 +0000
+++ b/src/ChangeLog	Sat May 22 01:52:56 2004 +0000
@@ -1,3 +1,7 @@
+2004-05-22  Juanma Barranquero  <lektu@terra.es>
+
+	* keymap.c (Fdefine_key): Doc fix.
+
 2004-05-22  Kim F. Storm  <storm@cua.dk>
 
 	* alloc.c (struct backtrace): Add debug_on_exit member.
@@ -20,7 +24,7 @@
 2004-05-19  Jim Blandy  <jimb@redhat.com>
 
 	Add support for new '\_<' and '\_>' regexp operators, matching the
-	beginning and ends of symbols.
+	beginning and end of symbols.
 
 	* regex.c (enum syntaxcode): Add Ssymbol.
 	(init_syntax_once): Set the syntax for '_' to Ssymbol, not Sword.
@@ -1239,7 +1243,7 @@
 
 	* macterm.c (XTread_socket): Remove bufp_r and
 	numcharsp args.  Add hold_quit arg.
-	Rework to use just one, local, inev input_event. Store inev
+	Rework to use just one, local, inev input_event.  Store inev
 	directly in fifo using kbd_buffer_store_event_hold.
 
 	* sysdep.c (BUFFER_SIZE_FACTOR): Remove.
@@ -1255,14 +1259,14 @@
 
 	* w32inevt.c (w32_console_read_socket): Remove bufp_r and
 	numcharsp args.  Add hold_quit arg.
-	Rework to use just one, local, inev input_event. Store inev
+	Rework to use just one, local, inev input_event.  Store inev
 	directly in fifo using kbd_buffer_store_event_hold.
 
 	* w32inevt.h (w32_console_mouse_position): Fix prototype.
 
 	* w32term.c (w32_read_socket): Remove bufp_r and numcharsp args.
-	Add hold_quit arg. Rework to use just one, local, inev
-	input_event. Store inev directly in fifo using
+	Add hold_quit arg.  Rework to use just one, local, inev
+	input_event.  Store inev directly in fifo using
 	kbd_buffer_store_event_hold.  Update count in one place.
 	Postpone call to gen_help_event until inev is stored; use new
 	local do_help for this.
@@ -1281,8 +1285,8 @@
 	(current_hold_quit) [USE_GTK]: Add.
 	(event_handler_gdk): Adapt to new handle_one_xevent.
 	(handle_one_xevent): Remove bufp_r and numcharsp args.
-	Add hold_quit arg. Rework to use just one, local, inev
-	input_event. Store inev directly in fifo using
+	Add hold_quit arg.  Rework to use just one, local, inev
+	input_event.  Store inev directly in fifo using
 	kbd_buffer_store_event_hold.  Update count in one place.
 	Postpone call to gen_help_event until inev is stored; use new
 	local do_help for this.
@@ -1294,7 +1298,7 @@
 	`goto done' to clarify code flow in deeply nested blocks.
 	(x_dispatch_event): Simplify as handle_one_xevent now calls
 	kbd_buffer_store_event itself.
-	(XTread_socket): Remove bufp_r and numcharsp args. Add hold_quit
+	(XTread_socket): Remove bufp_r and numcharsp args.  Add hold_quit
 	arg.  Call handle_one_xevent with new arglist.  Store event from
 	x_session_check_input in fifo.
 	[USE_GTK]: Setup current_hold_quit.
@@ -2223,7 +2227,7 @@
 	(marginal_area_string): Fix prototypes.
 
 	* keyboard.h (POSN_POSN, POSN_SET_POSN): Rename macros from
-	POSN_BUFFER_POSN and POSN_SET_BUFFER_POSN. All uses changed.
+	POSN_BUFFER_POSN and POSN_SET_BUFFER_POSN.  All uses changed.
 	(POSN_INBUFFER_P, POSN_BUFFER_POSN): New macros.
 
 	* keyboard.c (make_lispy_position): Use modified mode_line_string,
@@ -2390,7 +2394,7 @@
 	control frame pointer shape.  Detect image hot-spots for pointer
 	and help_echo properties.  Use define_frame_cursor1.
 	(note_mouse_highlight):	Use Vvoid_text_area_pointer.
-	(syms_of_xdisp): Defsubr new defun. Intern and staticpro new variables.
+	(syms_of_xdisp): Defsubr new defun.  Intern and staticpro new variables.
 	DEFVAR_LISP Vvoid_text_area_pointer instead of Vshow_text_cursor_in_void.
 
 	* xfaces.c (cache_face): Abort if c->size exceeds MAX_FACE_ID.
@@ -2511,7 +2515,7 @@
 	(glyph_to_pixel_coords): Don't use negative hpos.
 	(x_y_to_hpos_vpos): Fix for partially visible first glyph.
 	(append_stretch_glyph): Change ascent arg to be actual value
-	in pixels rather than ratio to height. Callers changed.
+	in pixels rather than ratio to height.  Callers changed.
 	(calc_pixel_width_or_height): New aux function, implementing
 	pixel based artihmetic for glyph widths and heights.
 	(produce_stretch_glyph): Use calc_pixel_width_or_height for
@@ -2713,7 +2717,7 @@
 	x_display_info_for_display instead.  Use Display in xev instead
 	of GDK_DISPLAY.
 	(x_dispatch_event): Call x_display_info_for_display.
-	(XTread_socket): Move GTK part out of loop. current_dpyinfo removed.
+	(XTread_socket): Move GTK part out of loop.  current_dpyinfo removed.
 	(x_connection_closed): Call xg_display_close for GTK.
 	(x_term_init): Call xg_display_open for additional displays.
 	Initiate dpyinfo->xg_cursor with call to xg_create_default_cursor
@@ -4215,7 +4219,7 @@
 	from x/w32/macterm.h files.  All uses changed.  Also change code
 	which referred to f->output_data...->pixel_height.
 	(FRAME_PIXEL_WIDTH): Renamed from PIXEL_WIDTH and moved
-	from x/w32/macterm.h files.  All uses changed. 	Also change code
+	from x/w32/macterm.h files.  All uses changed.  Also change code
 	which referred to f->output_data...->pixel_width.
 	(FRAME_LINES): Renamed from FRAME_HEIGHT.  All uses changed.
 	Also change code which referred to f->height.
@@ -4525,7 +4529,7 @@
 	* xdisp.c: Make (many) trivial substitutions for renamed and
 	new macros in dispextern.h, frame.h and window.h.
 	(window_box_width): Adapt to per-window fringes and scroll bars,
-	and new fringe vs. display margin position. Note that returned
+	and new fringe vs. display margin position.  Note that returned
 	value is no longer guaranteed to be a whole multiple of the frame
 	column width, since per-window fringes may now be any width.
 	(window_box_left_offset): New function like window_box_left, but
@@ -5275,7 +5279,7 @@
 
 	* xfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
 	parameters now defined in frame.h and frame.c.
-	(Vx_resource_name): Remove. Use generic var.
+	(Vx_resource_name): Remove.  Use generic var.
 	(enum x_frame_parms): Remove (bogus, unused enum).
 	(check_x_display_info): Make non-static (for frame.c).
 	(struct x_frame_parm_table, x_frame_parms): Remove.
@@ -5295,7 +5299,7 @@
 	(syms_of_xfns): Don't intern/staticpro removed vars.
 
 	* xterm.c: Remove unnecessary extern declarations.
-	(x_fullscreen_adjust): Remove. Use generic instead.
+	(x_fullscreen_adjust): Remove.  Use generic instead.
 	(x_redisplay_interface): Add x_frame_parm_handlers member.
 
 	* w32gui.h (XrmDatabase): New (dummy) typedef.
@@ -5307,7 +5311,7 @@
 
 	* w32fns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
 	parameters now defined in frame.h and frame.c.
-	(Vx_resource_name): Remove. Use generic var.
+	(Vx_resource_name): Remove.  Use generic var.
 	(enum x_frame_parms): Remove (bogus, unused enum).
 	(check_x_display_info): Make non-static (for frame.c).
 	(struct x_frame_parm_table, x_frame_parms): Remove.
@@ -5340,7 +5344,7 @@
 
 	* macfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
 	parameters now defined in frame.h and frame.c.
-	(Vx_resource_name): Remove. Use generic var.
+	(Vx_resource_name): Remove.  Use generic var.
 	(check_x_display_info): Make non-static (for frame.c).
 	(struct x_frame_parm_table, x_frame_parms): Remove.
 	(init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
@@ -6321,7 +6325,7 @@
 	[HAVE_XPM]: Avoid clashes with XColor, XImage and Pixel
 	definitions in xpm.h.
 	(init_xpm_functions): New function.
-	(xpm_load): Sync with xfns.c. Adapt for Windows version of libXpm.
+	(xpm_load): Sync with xfns.c.  Adapt for Windows version of libXpm.
 	(init_external_image_libraries): Try to load libXpm.dll.
 
 	* fileio.c (Fcopy_file) [WINDOWSNT]: Reverse logic for setting
@@ -6350,8 +6354,8 @@
 	* w32fns.c (DrawText): Kludge to avoid a redefinition on Windows
 	when including gif_lib.h.
 	(init_gif_functions, init_tiff_functions): New functions.
-	(gif_load, tiff_load): Sync with xfns.c version. Adjust colors for
-	Windows. Disable color table lookups. Call library functions
+	(gif_load, tiff_load): Sync with xfns.c version.  Adjust colors for
+	Windows.  Disable color table lookups.  Call library functions
 	through pointers determined at runtime.
 	(init_external_image_libraries): Try to load libungif.dll and
 	libtiff.dll.
@@ -6417,8 +6421,8 @@
 
 	* w32fns.c (init_jpeg_functions, jpeg_resync_to_restart_wrapper):
 	New functions.
-	(jpeg_load): Sync with xfns.c version. Adjust colors for Windows.
-	Disable color table lookups. Call jpeg library functions
+	(jpeg_load): Sync with xfns.c version.  Adjust colors for Windows.
+	Disable color table lookups.  Call jpeg library functions
 	through pointers determined at runtime.
 	(init_external_image_libraries): Try to load jpeg.dll.
 
@@ -6455,8 +6459,8 @@
 
 	* w32fns.c (XPutPixel): Handle monochrome images; used for masks.
 	[HAVE_PNG]: Sync with xfns.c version.
-	(png_load): Adjust colors for Windows. Use Windows
-	bitmaps. Disable color table lookups.
+	(png_load): Adjust colors for Windows.  Use Windows
+	bitmaps.  Disable color table lookups.
 	(DEF_IMGLIB_FN, LOAD_IMGLIB_FN): New macros.
 	(init_png_functions): New function.
 	(png_read_from_memory, png_load): Call png library functions
@@ -6553,7 +6557,7 @@
 2003-01-21  David Ponce  <david@dponce.com>
 
 	* w32term.c (w32_encode_char): For DIM=1 charset, set
-	ccl->reg[2] to -1 before calling ccl_driver. (Sync. with xterm.c
+	ccl->reg[2] to -1 before calling ccl_driver.  (Sync. with xterm.c
 	x_encode_char change by Kenichi Handa <handa@m17n.org> on
 	2002-09-30.)
 	(w32_draw_relief_rect): Declare all args.
@@ -7086,7 +7090,7 @@
 	only if g_b_init_get_sid_identifier_authority is equal to 0.
 	On initialization set g_b_init_get_sid_identifier_authority equal to 1.
 
-	* w32fns.c (globals_of_w32fns): New function. Used to initialize
+	* w32fns.c (globals_of_w32fns): New function.  Used to initialize
 	those global variables that must always be initialized on startup
 	even when the global variable initialized is non zero.
 	Its primary purpose at this time is to initialize the global variable
@@ -7097,7 +7101,7 @@
 
 	* w32fns.c (syms_of_w32fns): Call globals_of_w32fns.
 
-	* w32menu.c (globals_of_w32menu): New function. Used to
+	* w32menu.c (globals_of_w32menu): New function.  Used to
 	initialize those global variables that must always be initialized
 	on startup even when the global variable initialized is non zero.
 	Its primary purpose at this time is to initialize the global
@@ -9319,7 +9323,7 @@
 2002-06-21  Pavel Jan,Am(Bk  <Pavel@Janik.cz>
 
 	* m/pmax.h (START_FILES): Define START_FILES for NetBSD and
-	OpenBSD. Add support for mipseb-*-netbsd* machines.
+	OpenBSD.  Add support for mipseb-*-netbsd* machines.
 
 2002-06-17  Andrew Choi  <akochoi@shaw.ca>
 
@@ -10721,7 +10725,7 @@
 	(server_accept_connection): New function.
 	(wait_reading_process_input): Use it to handle incoming connects.
 	Do not enable input on a new connection if process is stopped.
-	(read_process_output): Handle datagram sockets. Use 2k buffer for them.
+	(read_process_output): Handle datagram sockets.  Use 2k buffer for them.
 	(send_process): Handle datagram sockets.
 	(Fstop_process, Fcontinue_process): Apply to network processes.  A stopped
 	network process is indicated by setting command field to t .
@@ -12307,7 +12311,7 @@
 
 2001-12-01  Jason Rumney  <jasonr@gnu.org>
 
-	* window.c (Qleft_fringe, Qright_fringe): Remove. Now in frame.c.
+	* window.c (Qleft_fringe, Qright_fringe): Remove.  Now in frame.c.
 
 	* w32term.h (WM_MOUSELEAVE, TME_LEAVE, TRACKMOUSEEVENT)
 	[!WM_MOUSELEAVE]: Define.
@@ -12359,7 +12363,7 @@
 
 	* xterm.c (zv_height, zv_bits, zv_period): Changed zv bitmap to
 	fill fringe evenly with small dashes.
-	(x_draw_fringe_bitmap): Clear background if necessary. Align and
+	(x_draw_fringe_bitmap): Clear background if necessary.  Align and
 	clip the new ZV bitmap to avoid jitter between rows.
 	(x_draw_row_fringe_bitmaps): Rely on x_draw_fringe_bitmap to clear
 	background.  Don't draw fringe bitmaps if fringe width is zero.
@@ -12424,7 +12428,7 @@
 	menu items.  From David Ponce <dponce@wanadoo.fr>.
 	(w32_dialog_show) [HAVE_DIALOGS]: Compile whole function
 	conditionally.
-	(w32_menu_display_help): New argument OWNER. Rewritten to store a
+	(w32_menu_display_help): New argument OWNER.  Rewritten to store a
 	help event in the owner frame's keyboard buffer.
 
 	* w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Display help directly.
@@ -12540,7 +12544,7 @@
 	(my_create_tip_window): Assign tip_window.
 	(x_create_tip_frame): Use same defaults as X.
 	(compute_tip_xy): Remove unused variable.  Use full screen width.
-	(Fx_show_tip): Do not double height. Call ShowWindow directly.
+	(Fx_show_tip): Do not double height.  Call ShowWindow directly.
 
 	* w32term.c (x_after_update_window_line): Doc fix.
 	(w32_read_socket): Doc fix.  Avoid SET_FRAME_GARBAGED for tip
@@ -12777,9 +12781,9 @@
 	`bitmaps':
 
 	* dispextern.h (FRINGE_FACE_ID): Renamed from BITMAP_AREA_FACE_ID.
-	Comments fixed. Use renamed symbols.
-
-	* dispnew.c: Comment fix. Use renamed symbols.
+	Comments fixed.  Use renamed symbols.
+
+	* dispnew.c: Comment fix.  Use renamed symbols.
 
 	* frame.h (FRAME_FRINGE_COLS): Renamed from FRAME_FLAGS_AREA_COLS.
 	(FRAME_FRINGE_WIDTH): Renamed from FRAME_FLAGS_AREA_WIDTH.
@@ -12789,13 +12793,13 @@
 
 	* w32fns.c: Use renamed symbols.
 
-	* w32term.c: Comment fixes. Use renamed symbols.
+	* w32term.c: Comment fixes.  Use renamed symbols.
 	(fringe_bitmap_type): Renamed from bitmap_type.
 	(NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
 	(w32_draw_fringe_bitmap): Renamed from w32_draw_bitmap.
 	(x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
 
-	* w32term.h: Comment fixes. Use renamed symbols.
+	* w32term.h: Comment fixes.  Use renamed symbols.
 	(fringes_extra): Renamed from flags_areas_extra.
 	(FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
 	(FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
@@ -12808,22 +12812,22 @@
 
 	* widget.c: Use renamed symbols.
 
-	* window.c: Comment fixes. Use renamed symbols.
+	* window.c: Comment fixes.  Use renamed symbols.
 	(coordinates-in-window-p): Doc fix.
 
-	* xdisp.c: Comment fixes. Use renamed symbols.
+	* xdisp.c: Comment fixes.  Use renamed symbols.
 
 	* xfaces.c (realize_basic_faces): Use FRINGE_FACE_ID.
 
 	* xfns.c: Use renamed symbols.
 
-	* xterm.c: Comment fixes. Use renamed symbols.
+	* xterm.c: Comment fixes.  Use renamed symbols.
 	(fringe_bitmap_type): Renamed from bitmap_type.
 	(NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
 	(x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
 	(x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
 
-	* xterm.h: Comment fixes. Use renamed symbols.
+	* xterm.h: Comment fixes.  Use renamed symbols.
 	(fringes_extra): Renamed from flags_areas_extra.
 	(FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
 	(FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
@@ -12941,8 +12945,8 @@
 2001-11-12  Jason Rumney  <jasonr@gnu.org>
 
 	* w32console.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
-	* w32term.c: Change doc-string comments to `new style'.
-	[w/`doc:' keyword]. Doc fixes.
+	* w32term.c: Change doc-string comments to `new style'
+	[w/`doc:' keyword].  Doc fixes.
 
 	* w32fns.c: Don't define max.
 	(Fx_open_connection): Only execute once.
@@ -12977,7 +12981,7 @@
 2001-11-10  Jason Rumney  <jasonr@gnu.org>
 
 	* w32fns.c (enum_font_cb2): Use leading @ on face name to detect
-	vertical fonts. Allow them if face name is explicitly specified.
+	vertical fonts.  Allow them if face name is explicitly specified.
 	Do not give up if we find a font that cannot be converted to an xlfd.
 
 2001-11-10  Gerd Moellmann  <gerd@gnu.org>
@@ -13787,7 +13791,7 @@
 	full-width rows.
 	(x_dump_glyph_string): Put in #if GLYPH_DEBUG.
 	(w32_draw_relief_rect): Extend left shadow to the bottom and left;
-	change bottom shadow accordingly. Some cleanup.
+	change bottom shadow accordingly.  Some cleanup.
 	(x_update_window_end): Handle overwritten mouse face
 	also for tool bar windows.
 	(show_mouse_face): Set the glyph row's mouse_face_p flag also when
@@ -13833,7 +13837,7 @@
 	(Fv_max_tooltip_size): New variable.
 	(syns_of_xfns): DEFVAR_LISP it.
 	(Fx_show_tip): Add parameter TEXT.  Set the tip frame's root
-	window buffer to *tip* right after creating the frame. Set frame's
+	window buffer to *tip* right after creating the frame.  Set frame's
 	window_width.  Use a maximum tooltip size specified by
 	Vx_max_tooltip_size, if that has valid contents.
 	(compute_tip_xy): Add parameters WIDTH and HEIGHT.
--- a/src/keymap.c	Fri May 21 23:36:38 2004 +0000
+++ b/src/keymap.c	Sat May 22 01:52:56 2004 +0000
@@ -1078,15 +1078,15 @@
 
 DEF is anything that can be a key's definition:
  nil (means key is undefined in this keymap),
- a command (a Lisp function suitable for interactive calling)
+ a command (a Lisp function suitable for interactive calling),
  a string (treated as a keyboard macro),
  a keymap (to define a prefix key),
- a symbol.  When the key is looked up, the symbol will stand for its
+ a symbol (when the key is looked up, the symbol will stand for its
     function definition, which should at that time be one of the above,
-    or another symbol whose function definition is used, etc.
+    or another symbol whose function definition is used, etc.),
  a cons (STRING . DEFN), meaning that DEFN is the definition
     (DEFN should be a valid definition in its own right),
- or a cons (KEYMAP . CHAR), meaning use definition of CHAR in map KEYMAP.
+ or a cons (MAP . CHAR), meaning use definition of CHAR in keymap MAP.
 
 If KEYMAP is a sparse keymap with a binding for KEY, the existing
 binding is altered.  If there is no binding for KEY, the new pair