1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 03:40:56 -08: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. */);