diff options
| -rw-r--r-- | lispref/markers.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lispref/markers.texi b/lispref/markers.texi index 7f4ab1d2b78..859edb0b6b8 100644 --- a/lispref/markers.texi +++ b/lispref/markers.texi | |||
| @@ -337,9 +337,10 @@ text is inserted at its position. If @var{type} is @code{nil}, | |||
| 337 | This function reports the current insertion type of @var{marker}. | 337 | This function reports the current insertion type of @var{marker}. |
| 338 | @end defun | 338 | @end defun |
| 339 | 339 | ||
| 340 | Most functions that create markers, without explicitly specifying an | 340 | Most functions that create markers, without an argument allowing to |
| 341 | insertion type, create them with insertion type @code{nil}. Also, the | 341 | specify the insertion type, create them with insertion type |
| 342 | mark has, by default, insertion type @code{nil}. | 342 | @code{nil}. Also, the mark has, by default, insertion type |
| 343 | @code{nil}. | ||
| 343 | 344 | ||
| 344 | @node Moving Markers | 345 | @node Moving Markers |
| 345 | @section Moving Marker Positions | 346 | @section Moving Marker Positions |