Pārlūkot izejas kodu

Merge branch 'maint'

Bastien 7 gadi atpakaļ
vecāks
revīzija
366d80a6f2
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      lisp/org-list.el

+ 2 - 2
lisp/org-list.el

@@ -2623,8 +2623,8 @@ Return t if successful."
 		 (= top (point-at-bol))
 		 (cdr (assq 'indent org-list-automatic-rules))
 		 (if no-subtree
-		     (error
-		      "First item of list cannot move without its subtree")
+		     (user-error
+		      "At first item: use S-M-<left/right> to move the whole list")
 		   t))))
       ;; Determine begin and end points of zone to indent.  If moving
       ;; more than one item, save them for subsequent moves.