diff options
| author | Miles Bader | 2006-12-07 04:14:14 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-12-07 04:14:14 +0000 |
| commit | a0451a715e4ed018a02b825d0eb823424693d1de (patch) | |
| tree | d2b10fcc69c333ccc438d7a9ad116fbc1495fc9e /src/buffer.c | |
| parent | d324f894beea8b485792c779659e8e20c1cb699d (diff) | |
| parent | 12f7728e938fe5bb850ce2928637d1e349919142 (diff) | |
| download | emacs-a0451a715e4ed018a02b825d0eb823424693d1de.tar.gz emacs-a0451a715e4ed018a02b825d0eb823424693d1de.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 523-544)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 168-171)
- Update from CVS
- Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-150
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c index 47877b6a37b..95f900aaf46 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5934,8 +5934,8 @@ An entry of the form POSITION indicates that point was at the buffer | |||
| 5934 | location given by the integer. Undoing an entry of this form places | 5934 | location given by the integer. Undoing an entry of this form places |
| 5935 | point at POSITION. | 5935 | point at POSITION. |
| 5936 | 5936 | ||
| 5937 | nil marks undo boundaries. The undo command treats the changes | 5937 | Entries with value `nil' mark undo boundaries. The undo command treats |
| 5938 | between two undo boundaries as a single step to be undone. | 5938 | the changes between two undo boundaries as a single step to be undone. |
| 5939 | 5939 | ||
| 5940 | If the value of the variable is t, undo information is not recorded. */); | 5940 | If the value of the variable is t, undo information is not recorded. */); |
| 5941 | 5941 | ||