> "Functions that expect an argument to be a position (an integer), but accept a
>  marker as a substitute, normally ignore the marker buffer."

> The meaning of this sentence isn't clear to me.

If marker M points to position P in buffer A and you're in buffer B,
(goto-char M) will go to position P in buffer B, ignoring the fact that M is
a position in buffer A and that P may be outside of point-min...point-max in
buffer B.


        Stefan

_______________________________________________
Emacs-pretest-bug mailing list
Emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to