diff options
Diffstat (limited to 'src/xmenu.c')
-rw-r--r-- | src/xmenu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmenu.c b/src/xmenu.c index 025b61e4084..70f635ac2f5 100644 --- a/src/xmenu.c +++ b/src/xmenu.c @@ -103,7 +103,7 @@ Alternatively, you can specify a menu of multiple panes\n\ with a list of the form\n\ \(TITLE PANE1 PANE2...), where each pane is a list of form\n\ \(TITLE (LINE ITEM)...). Each line should be a string, and item should\n\ -be the return value for that line (i.e. if it is selected.") +be the return value for that line (i.e. if it is selected).") (position, menu) Lisp_Object position, menu; { |