Mercurial > emacs
changeset 3487:8c151ebeff9c
(mark): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 05 Jun 1993 02:48:22 +0000 |
parents | a4b23b25b671 |
children | 85d2e4130a4c |
files | lisp/simple.el |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/simple.el Sat Jun 05 02:34:12 1993 +0000 +++ b/lisp/simple.el Sat Jun 05 02:48:22 1993 +0000 @@ -1230,9 +1230,10 @@ (insert-buffer-substring oldbuf start end))))) (defun mark (&optional force) - "Return this buffer's mark value as integer, or nil if no active mark now. + "Return this buffer's mark value as integer; error if mark inactive. If optional argument FORCE is non-nil, access the mark value -even if the mark is not currently active. +even if the mark is not currently active, and return nil +if there is no mark at all. If you are using this in an editing command, you are most likely making a mistake; see the documentation of `set-mark'."