diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/haikuselect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/haikuselect.c b/src/haikuselect.c index 461482fea18..c1c619ee8c4 100644 --- a/src/haikuselect.c +++ b/src/haikuselect.c | |||
| @@ -112,7 +112,7 @@ haiku_unwind_clipboard_lock (int clipboard) | |||
| 112 | } | 112 | } |
| 113 | 113 | ||
| 114 | DEFUN ("haiku-selection-put", Fhaiku_selection_put, Shaiku_selection_put, | 114 | DEFUN ("haiku-selection-put", Fhaiku_selection_put, Shaiku_selection_put, |
| 115 | 3, 4, 0, | 115 | 2, 4, 0, |
| 116 | doc: /* Add or remove content from the clipboard CLIPBOARD. | 116 | doc: /* Add or remove content from the clipboard CLIPBOARD. |
| 117 | CLIPBOARD is the symbol `PRIMARY', `SECONDARY' or `CLIPBOARD'. NAME | 117 | CLIPBOARD is the symbol `PRIMARY', `SECONDARY' or `CLIPBOARD'. NAME |
| 118 | is a MIME type denoting the type of the data to add. DATA is the | 118 | is a MIME type denoting the type of the data to add. DATA is the |