diff options
| author | Luc Teirlinck | 2004-03-01 03:46:33 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-03-01 03:46:33 +0000 |
| commit | 3c028f5c70d8cb61cb03964b2a8ff6040370f0ec (patch) | |
| tree | 45a858eaea8572becf85dec06845b02883c08b46 | |
| parent | b8d955f4196278a43fb81821d87a89fbeb31f44e (diff) | |
| download | emacs-3c028f5c70d8cb61cb03964b2a8ff6040370f0ec.tar.gz emacs-3c028f5c70d8cb61cb03964b2a8ff6040370f0ec.zip | |
(Marker Insertion Types): Minor change.
| -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 |