Mercurial > hg > xemacs-beta
diff src/balloon-x.c @ 138:6608ceec7cf8 r20-2b3
Import from CVS: tag r20-2b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:31:46 +0200 |
parents | b980b6286996 |
children | 6b37e6ddd302 |
line wrap: on
line diff
--- a/src/balloon-x.c Mon Aug 13 09:31:13 2007 +0200 +++ b/src/balloon-x.c Mon Aug 13 09:31:46 2007 +0200 @@ -131,7 +131,7 @@ } DEFUN ("balloon-help-move-to-pointer", Fballoon_help_move_to_pointer, 0, 0, 0, /* -Hide balloon help. +Move the balloon help to the place where the pointer currently resides. */ ()) { @@ -159,5 +159,5 @@ void vars_of_balloon_x (void) { - Fprovide (intern ("balloon-help")); + Fprovide (intern ("c-balloon-help")); }