From: Juri Linkov Date: Sat, 2 Sep 2006 23:44:21 +0000 (+0000) Subject: (Fmarker_position): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~781 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=243d70e5318fce5013b57d0f60f82ba6e0c3152d;p=emacs.git (Fmarker_position): Doc fix. --- diff --git a/src/marker.c b/src/marker.c index 20b660ddadd..48685e7d27c 100644 --- a/src/marker.c +++ b/src/marker.c @@ -460,7 +460,8 @@ Returns nil if MARKER points into a dead buffer. */) } DEFUN ("marker-position", Fmarker_position, Smarker_position, 1, 1, 0, - doc: /* Return the position MARKER points at, as a character number. */) + doc: /* Return the position MARKER points at, as a character number. +Returns nil if MARKER points nowhere. */) (marker) Lisp_Object marker; {