comparison lispref/markers.texi @ 90203:187d6a1f84f7

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-71 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 485-492) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 92-94) - Merge from emacs--cvs-trunk--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Fri, 22 Jul 2005 08:27:27 +0000
parents b7da78284d4c 4f79ca9c8974
children 2d92f5c9d6ae
comparison
equal deleted inserted replaced
90202:7597b4a23c3b 90203:187d6a1f84f7
442 @defun mark &optional force 442 @defun mark &optional force
443 @cindex current buffer mark 443 @cindex current buffer mark
444 This function returns the current buffer's mark position as an integer. 444 This function returns the current buffer's mark position as an integer.
445 445
446 If Transient Mark mode is enabled, @code{mark-even-if-inactive} is 446 If Transient Mark mode is enabled, @code{mark-even-if-inactive} is
447 @code{nil} and and the mark is inactive, @code{mark} normally signals 447 @code{nil} and the mark is inactive, @code{mark} normally signals
448 an error. However, if @var{force} is non-@code{nil}, then @code{mark} 448 an error. However, if @var{force} is non-@code{nil}, then @code{mark}
449 returns the mark position anyway---or @code{nil}, if the mark is not 449 returns the mark position anyway---or @code{nil}, if the mark is not
450 yet set for this buffer. 450 yet set for this buffer.
451 @end defun 451 @end defun
452 452