]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/editfns.c (Fnarrow_to_region): Doc fix. (Bug#35163)
authorEli Zaretskii <eliz@gnu.org>
Mon, 8 Apr 2019 16:53:48 +0000 (19:53 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 8 Apr 2019 16:53:48 +0000 (19:53 +0300)
src/editfns.c

index f5edbb71d2e19e788a32d52f18a18f10b5b61f73..9b76ae23ffdcab4e1460c271d69f5957c80af4f2 100644 (file)
@@ -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);