aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lispref')
-rw-r--r--doc/lispref/text.texi4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index 3a081dddc61..f320b386445 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -3762,7 +3762,7 @@ Additionally, if two fields are separated by another field with the
3762special value @code{boundary}, then any point within this special 3762special value @code{boundary}, then any point within this special
3763field is also considered to be ``on the boundary.'' 3763field is also considered to be ``on the boundary.''
3764 3764
3765Commands like @kbd{C-a} with no argumemt, that normally move backward 3765Commands like @kbd{C-a} with no argument, that normally move backward
3766to a specific kind of location and stay there once there, probably 3766to a specific kind of location and stay there once there, probably
3767should specify @code{nil} for @var{escape-from-edge}. Other motion 3767should specify @code{nil} for @var{escape-from-edge}. Other motion
3768commands that check fields should probably pass @code{t}. 3768commands that check fields should probably pass @code{t}.
@@ -4322,5 +4322,3 @@ If you do want modification hooks to be run in a particular piece of
4322code that is itself run from a modification hook, then rebind locally 4322code that is itself run from a modification hook, then rebind locally
4323@code{inhibit-modification-hooks} to @code{nil}. 4323@code{inhibit-modification-hooks} to @code{nil}.
4324@end defvar 4324@end defvar
4325
4326