emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 a5da653: * src/editfns.c (Fnarrow_to_region): Doc


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 a5da653: * src/editfns.c (Fnarrow_to_region): Doc fix. (Bug#35163)
Date: Mon, 8 Apr 2019 12:54:22 -0400 (EDT)

branch: emacs-26
commit a5da653319a3018074debfc7b4fdd90ac7ea838c
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * 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 f5edbb7..9b76ae2 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);



reply via email to

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