aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
authorPaul Eggert2011-11-24 23:14:48 -0800
committerPaul Eggert2011-11-24 23:14:48 -0800
commite4920bc99dfcee02c3bb83b46a761b0893f76626 (patch)
treea6165f7a6c45f0b4924bad97b21ab179d3e7707e /doc/lispref
parentfa4fdb5ca559f8aae4137f8d3b974c14c760360d (diff)
downloademacs-e4920bc99dfcee02c3bb83b46a761b0893f76626.tar.gz
emacs-e4920bc99dfcee02c3bb83b46a761b0893f76626.zip
Spelling fixes.
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