Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
fdb77e6f
Commit
fdb77e6f
authored
Jan 04, 2009
by
Chong Yidong
Browse files
Minor doc fix.
parent
330ba5fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
lisp/simple.el
lisp/simple.el
+6
-4
No files found.
lisp/simple.el
View file @
fdb77e6f
...
...
@@ -4298,12 +4298,14 @@ and `current-column' to be able to ignore invisible text."
(defun move-end-of-line (arg)
"
Move
point
to
end
of
current
line
as
displayed.
\(If
there
's
an
image
in
the
line,
this
disregards
newlines
which
are
part
of
the
text
that
the
image
rests
on.
)
With
argument
ARG
not
nil
or
1
,
move
forward
ARG
-
1
lines
first.
If
point
reaches
the
beginning
or
end
of
buffer,
it
stops
there.
To
ignore
intangibility,
bind
`
inhibit-point-motion-hooks
'
to
t.
"
To
ignore
the
effects
of
the
`
intangible
'
text
or
overlay
property,
bind
`
inhibit-point-motion-hooks
'
to
t.
If
there
is
an
image
in
the
current
line,
this
function
disregards
newlines
that
are
part
of
the
text
on
which
the
image
rests.
"
(interactive "
^p
")
(or arg (setq arg 1))
(let (done)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment