aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-06-18 18:19:48 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2010-06-18 18:19:48 -0400
commit9e6052439d73c0614fa9b835265d5b87a78ab5d8 (patch)
tree89d7c6dae87b4129d9557cd5db6b191f078f56c3 /core
parentd1aff3f043d8ad0969afe8181c361a5f29306c73 (diff)
downloadtextadept-9e6052439d73c0614fa9b835265d5b87a78ab5d8.tar.gz
textadept-9e6052439d73c0614fa9b835265d5b87a78ab5d8.zip
Updated documentation for buffer.multi_paste; core/.buffer.luadoc
Diffstat (limited to 'core')
-rw-r--r--core/.buffer.luadoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc
index de553c2f..5a3c6c6f 100644
--- a/core/.buffer.luadoc
+++ b/core/.buffer.luadoc
@@ -199,8 +199,9 @@ module('buffer')
-- captured when its button is pressed.
-- * `mouse_dwell_time`: The time in milliseconds the mouse must sit still to
-- generate a mouse dwell event.
--- * `multi_paste`: Flag indicating whether or not pasted text goes into each
--- multiple selection.
+-- * `multi_paste`: How to paste text into multiple selections.
+-- * 0: Just the main selection.
+-- * 1: Each selection.
-- * `multiple_selection`: Flag indicating whether or not to enable multiple
-- selection.
-- * `overtype`: Flag indicating whether or not overtype mode is active.