summaryrefslogtreecommitdiff
path: root/doc/lispref/markers.texi
diff options
context:
space:
mode:
authorStephen Berman <stephen.berman@gmx.net>2016-06-13 18:08:22 +0200
committerStephen Berman <stephen.berman@gmx.net>2016-06-13 18:08:22 +0200
commit20de6679b0b56b4e37fa7e145a3ed33010f3f6d4 (patch)
tree5e76aada3ad2d10b0a3bd27b1554cef565090b63 /doc/lispref/markers.texi
parenta67a4e598d57cd9d6fb6442e747ebabc8da2798a (diff)
downloademacs-20de6679b0b56b4e37fa7e145a3ed33010f3f6d4.tar.gz
Doc fixes for grammar and typos (bug#23746)
* doc/emacs/files.texi (Customize Save): * doc/emacs/frames.texi (Window Dividers): * doc/emacs/misc.texi (Printing): * doc/lispref/compile.texi (Compiler Errors): * doc/lispref/keymaps.texi (Changing Key Bindings): * doc/lispref/loading.texi (Named Features): * doc/lispref/markers.texi (Marker Insertion Types): * doc/lispref/modes.texi (Mode Hooks): * doc/lispref/text.texi (Undo): * src/floatfns.c (Fldexp): * src/xfaces.c (syms_of_xfaces): Minor doc fixes for grammar and typos (bug#23746).
Diffstat (limited to 'doc/lispref/markers.texi')
-rw-r--r--doc/lispref/markers.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/lispref/markers.texi b/doc/lispref/markers.texi
index 1c904666cb4..1b4d74fb257 100644
--- a/doc/lispref/markers.texi
+++ b/doc/lispref/markers.texi
@@ -340,10 +340,10 @@ text is inserted at its position. If @var{type} is @code{nil},
This function reports the current insertion type of @var{marker}.
@end defun
-Most functions that create markers, without an argument allowing to
-specify the insertion type, create them with insertion type
-@code{nil}. Also, the mark has, by default, insertion type
-@code{nil}.
+All functions that create markers without accepting an argument that
+specifies the insertion type, create them with insertion type
+@code{nil} (@pxref{Creating Markers}). Also, the mark has, by
+default, insertion type @code{nil}.
@node Moving Markers
@section Moving Marker Positions