diff options
| author | Richard M. Stallman | 2007-04-23 21:19:11 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-04-23 21:19:11 +0000 |
| commit | 034ce0ec5b4063242a113f5764c0da2e4ba184db (patch) | |
| tree | adbadfc0ebab3a08f9854e2462d89305649feae2 | |
| parent | ebd2fc0d037cf04b7ac820cf353182173649cdf0 (diff) | |
| download | emacs-034ce0ec5b4063242a113f5764c0da2e4ba184db.tar.gz emacs-034ce0ec5b4063242a113f5764c0da2e4ba184db.zip | |
(set-mark-command-repeat-pop): Put in `editing-basics' group.
| -rw-r--r-- | lisp/simple.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index c41804fa378..df983a6e23c 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -3207,7 +3207,7 @@ will pop the mark three times. | |||
| 3207 | nil means \\[set-mark-command]'s behavior does not change | 3207 | nil means \\[set-mark-command]'s behavior does not change |
| 3208 | after C-u \\[set-mark-command]." | 3208 | after C-u \\[set-mark-command]." |
| 3209 | :type 'boolean | 3209 | :type 'boolean |
| 3210 | :group 'editing) | 3210 | :group 'editing-basics) |
| 3211 | 3211 | ||
| 3212 | (defun set-mark-command (arg) | 3212 | (defun set-mark-command (arg) |
| 3213 | "Set the mark where point is, or jump to the mark. | 3213 | "Set the mark where point is, or jump to the mark. |