diff lisp/simple.el @ 3487:8c151ebeff9c

(mark): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sat, 05 Jun 1993 02:48:22 +0000
parents 002945794814
children 507f64624555
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'."