diff options
| author | Paul Eggert | 2011-11-24 23:14:48 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-24 23:14:48 -0800 |
| commit | e4920bc99dfcee02c3bb83b46a761b0893f76626 (patch) | |
| tree | a6165f7a6c45f0b4924bad97b21ab179d3e7707e /doc/lispref | |
| parent | fa4fdb5ca559f8aae4137f8d3b974c14c760360d (diff) | |
| download | emacs-e4920bc99dfcee02c3bb83b46a761b0893f76626.tar.gz emacs-e4920bc99dfcee02c3bb83b46a761b0893f76626.zip | |
Spelling fixes.
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/text.texi | 4 |
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 | |||
| 3762 | special value @code{boundary}, then any point within this special | 3762 | special value @code{boundary}, then any point within this special |
| 3763 | field is also considered to be ``on the boundary.'' | 3763 | field is also considered to be ``on the boundary.'' |
| 3764 | 3764 | ||
| 3765 | Commands like @kbd{C-a} with no argumemt, that normally move backward | 3765 | Commands like @kbd{C-a} with no argument, that normally move backward |
| 3766 | to a specific kind of location and stay there once there, probably | 3766 | to a specific kind of location and stay there once there, probably |
| 3767 | should specify @code{nil} for @var{escape-from-edge}. Other motion | 3767 | should specify @code{nil} for @var{escape-from-edge}. Other motion |
| 3768 | commands that check fields should probably pass @code{t}. | 3768 | commands 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 | |||
| 4322 | code that is itself run from a modification hook, then rebind locally | 4322 | code 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 | |||