aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--generic/pg-user.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/pg-user.el b/generic/pg-user.el
index 2e26996e..146a5206 100644
--- a/generic/pg-user.el
+++ b/generic/pg-user.el
@@ -742,6 +742,7 @@ last use time, to discourage saving these into the users database."
(or (span-property span 'controlspan)
span))
+;; Really a drag-and-drop interface for this would be nice.
(defun pg-move-span-contents (span num)
"Move SPAN up/downwards in the buffer, past NUM spans.
If NUM is negative, move upwards. Return new span."