1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-19 18:13:55 +00:00

(syms_of_keyboard) <disable-point-adjustment>: Doc fix.

This commit is contained in:
Luc Teirlinck 2004-07-31 15:57:40 +00:00
parent 5581edf568
commit 5fee9a2f19

View File

@ -11371,8 +11371,8 @@ It's called with one argument, the help string to display. */);
After a command is executed, if point is moved into a region that has
special properties (e.g. composition, display), we adjust point to
the boundary of the region. But, several special commands sets this
variable to non-nil, then we suppress the point adjustment.
the boundary of the region. But, when a command sets this variable to
non-nil, we suppress the point adjustment.
This variable is set to nil before reading a command, and is checked
just after executing the command. */);