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:
parent
5581edf568
commit
5fee9a2f19
1 changed files with 2 additions and 2 deletions
|
|
@ -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. */);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue