diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-11-13 07:10:57 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-11-13 07:10:57 +0000 |
commit | f6e34773172585d9798fe94ec8c98f71884915f2 (patch) | |
tree | d13459fd4463196ecb70232736914e708d6b1abc /src | |
parent | c71f36320fdf2a1dbe7e7758c9eb03f4d036c7f6 (diff) | |
download | emacs-f6e34773172585d9798fe94ec8c98f71884915f2.tar.gz |
(x-popup-menu): Reindent.
(x-popup-dialog): Likewise.
Diffstat (limited to 'src')
-rw-r--r-- | src/ChangeLog | 3 | ||||
-rw-r--r-- | src/xmenu.c | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 720f31e3f41..3c82a0870b3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2001-11-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz> + * xmenu.c (x-popup-menu): Reindent. + (x-popup-dialog): Likewise. + * xfaces.c (Finternal_set_alternative_font_family_alist): Reindent. diff --git a/src/xmenu.c b/src/xmenu.c index 4461b8aa538..75799a80fc0 100644 --- a/src/xmenu.c +++ b/src/xmenu.c @@ -655,7 +655,7 @@ list_of_items (pane) } 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. |