diff options
| author | Juanma Barranquero | 2006-12-10 23:20:13 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-12-10 23:20:13 +0000 |
| commit | 1961ac0f3f56e910e3a193471b456bf9ced71bea (patch) | |
| tree | dacca9c24fea205cb6d2a5b784e2adfc55ddfb82 /src | |
| parent | 17cf2c3e23b2065516efd82d1a745e2d5d3276ea (diff) | |
| download | emacs-1961ac0f3f56e910e3a193471b456bf9ced71bea.tar.gz emacs-1961ac0f3f56e910e3a193471b456bf9ced71bea.zip | |
(Fmarker_insertion_type): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/marker.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/marker.c b/src/marker.c index 48685e7d27c..727e97900c2 100644 --- a/src/marker.c +++ b/src/marker.c | |||
| @@ -848,7 +848,7 @@ see `marker-insertion-type'. */) | |||
| 848 | DEFUN ("marker-insertion-type", Fmarker_insertion_type, | 848 | DEFUN ("marker-insertion-type", Fmarker_insertion_type, |
| 849 | Smarker_insertion_type, 1, 1, 0, | 849 | Smarker_insertion_type, 1, 1, 0, |
| 850 | doc: /* Return insertion type of MARKER: t if it stays after inserted text. | 850 | doc: /* Return insertion type of MARKER: t if it stays after inserted text. |
| 851 | nil means the marker stays before text inserted there. */) | 851 | The value nil means the marker stays before text inserted there. */) |
| 852 | (marker) | 852 | (marker) |
| 853 | register Lisp_Object marker; | 853 | register Lisp_Object marker; |
| 854 | { | 854 | { |