emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xmenu.c


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/src/xmenu.c
Date: Tue, 13 Nov 2001 02:10:29 -0500

Index: emacs/src/xmenu.c
diff -u emacs/src/xmenu.c:1.224 emacs/src/xmenu.c:1.225
--- emacs/src/xmenu.c:1.224     Fri Nov  2 15:38:42 2001
+++ emacs/src/xmenu.c   Tue Nov 13 02:10:29 2001
@@ -655,7 +655,7 @@
 }
 
 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 @@
 #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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]