From a5da653319a3018074debfc7b4fdd90ac7ea838c Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 8 Apr 2019 19:53:48 +0300 Subject: [PATCH] * src/editfns.c (Fnarrow_to_region): Doc fix. (Bug#35163) --- src/editfns.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/editfns.c b/src/editfns.c index f5edbb71d2e..9b76ae23ffd 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -3840,8 +3840,9 @@ but is not deleted; if you save the buffer in a file, the invisible text is included in the file. \\[widen] makes all visible again. See also `save-restriction'. -When calling from a program, pass two arguments; positions (integers -or markers) bounding the text that should remain visible. */) +When calling from Lisp, pass two arguments START and END: +positions (integers or markers) bounding the text that should +remain visible. */) (register Lisp_Object start, Lisp_Object end) { CHECK_NUMBER_COERCE_MARKER (start); -- 2.39.2