emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master eeac7c5 1/4: Fmarker_position doc string clarificat


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master eeac7c5 1/4: Fmarker_position doc string clarification
Date: Sat, 30 Apr 2016 22:17:48 +0000

branch: master
commit eeac7c57273cec3f9408b18392dd2bafe3be4450
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Fmarker_position doc string clarification
    
    * src/marker.c (Fmarker_position): Clarify the doc string
    (bug#21231).
---
 src/marker.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/marker.c b/src/marker.c
index 0300830..febdb17 100644
--- a/src/marker.c
+++ b/src/marker.c
@@ -412,8 +412,7 @@ 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.
-Returns nil if MARKER points nowhere.  */)
+       doc: /* Return the position of MARKER, or nil if it points nowhere.  */)
   (Lisp_Object marker)
 {
   CHECK_MARKER (marker);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]