help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

move-end-of-line vs just search for newline char?


From: Xah Lee
Subject: move-end-of-line vs just search for newline char?
Date: Tue, 04 May 2010 15:42:00 -0000
User-agent: G2/1.0

There's the move-end-of-line function. The source code and doc seems a
bit complicated.

my question is, what's the difference if i just call

  (search-forward "\n")
  (backward-char 1)

Thanks.

  Xah
∑ http://xahlee.org/

reply via email to

[Prev in Thread] Current Thread [Next in Thread]