]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fmarker_position): Doc fix.
authorJuri Linkov <juri@jurta.org>
Sat, 2 Sep 2006 23:44:21 +0000 (23:44 +0000)
committerJuri Linkov <juri@jurta.org>
Sat, 2 Sep 2006 23:44:21 +0000 (23:44 +0000)
src/marker.c

index 20b660ddaddfa6f2e20f7b5f2fda44887674496e..48685e7d27cfa577657a18c5d5a2e04ef83f631a 100644 (file)
@@ -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;
 {