diff options
| author | Juanma Barranquero | 2007-05-16 11:26:41 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-05-16 11:26:41 +0000 |
| commit | 7b17b503fb4255123ccdf2f6c50e3309c446c018 (patch) | |
| tree | 4375a7c2781206df9bbf008d83fe800b1e33c1b9 | |
| parent | 7feaa7474648c11baad0262c6d6f4572a38b8dc0 (diff) | |
| download | emacs-7b17b503fb4255123ccdf2f6c50e3309c446c018.tar.gz emacs-7b17b503fb4255123ccdf2f6c50e3309c446c018.zip | |
(set-mark-command-repeat-pop): Doc fix.
| -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 df983a6e23c..7faa0547687 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -3204,7 +3204,7 @@ will pop the mark twice, and | |||
| 3204 | C-u \\[set-mark-command] \\[set-mark-command] \\[set-mark-command] | 3204 | C-u \\[set-mark-command] \\[set-mark-command] \\[set-mark-command] |
| 3205 | will pop the mark three times. | 3205 | will pop the mark three times. |
| 3206 | 3206 | ||
| 3207 | nil means \\[set-mark-command]'s behavior does not change | 3207 | A value of 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-basics) | 3210 | :group 'editing-basics) |