(set-mark-command-repeat-pop): Put in `editing-basics' group.
authorRichard M. Stallman <rms@gnu.org>
Mon, 23 Apr 2007 21:19:11 +0000 (21:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 23 Apr 2007 21:19:11 +0000 (21:19 +0000)
lisp/simple.el

index c41804f..df983a6 100644 (file)
@@ -3207,7 +3207,7 @@ will pop the mark three times.
 nil means \\[set-mark-command]'s behavior does not change
 after C-u \\[set-mark-command]."
   :type 'boolean
-  :group 'editing)
+  :group 'editing-basics)
 
 (defun set-mark-command (arg)
   "Set the mark where point is, or jump to the mark.