patch 8.2.3697: cannot drag a popup without a border

Problem:    Cannot drag a popup without a border.
Solution:   Add the "dragall" option. (closes #9218)
diff --git a/runtime/doc/popup.txt b/runtime/doc/popup.txt
index af7dc70..904abe7 100644
--- a/runtime/doc/popup.txt
+++ b/runtime/doc/popup.txt
@@ -681,6 +681,9 @@
 			popup does not have a border. As soon as dragging
 			starts and "pos" is "center" it is changed to
 			"topleft".
+	dragall		TRUE to allow the popup to be dragged from every
+			position.  Makes it very difficult to select text in
+			the popup.
 	resize		TRUE to allow the popup to be resized with the mouse
 			by grabbing at the bottom right corner.  Has no effect
 			if the popup does not have a border.