(x-popup-menu): Reindent.
authorPavel Janík <Pavel@Janik.cz>
Tue, 13 Nov 2001 07:10:57 +0000 (07:10 +0000)
committerPavel Janík <Pavel@Janik.cz>
Tue, 13 Nov 2001 07:10:57 +0000 (07:10 +0000)
(x-popup-dialog): Likewise.

src/ChangeLog
src/xmenu.c

index 720f31e..3c82a08 100644 (file)
@@ -1,5 +1,8 @@
 2001-11-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
+       * xmenu.c (x-popup-menu): Reindent.
+       (x-popup-dialog): Likewise.
+
        * xfaces.c (Finternal_set_alternative_font_family_alist):
        Reindent.
 
index 4461b8a..75799a8 100644 (file)
@@ -655,7 +655,7 @@ list_of_items (pane)
 }
 \f
 DEFUN ("x-popup-menu", Fx_popup_menu, Sx_popup_menu, 2, 2, 0,
-  doc: /* Pop up a deck-of-cards menu and return user's selection.
+       doc: /* Pop up a deck-of-cards menu and return user's selection.
 POSITION is a position specification.  This is either a mouse button event
 or a list ((XOFFSET YOFFSET) WINDOW)
 where XOFFSET and YOFFSET are positions in pixels from the top left
@@ -880,7 +880,7 @@ cached information about equivalent key sequences.  */)
 #ifdef HAVE_MENUS
 
 DEFUN ("x-popup-dialog", Fx_popup_dialog, Sx_popup_dialog, 2, 2, 0,
-  doc: /* Pop up a dialog box and return user's selection.
+       doc: /* Pop up a dialog box and return user's selection.
 POSITION specifies which frame to use.
 This is normally a mouse button event or a window or frame.
 If POSITION is t, it means to use the frame the mouse is on.