aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/editfns.c')
-rw-r--r--src/editfns.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/editfns.c b/src/editfns.c
index bfffadc733d..6fb43af4e9c 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -2686,8 +2686,9 @@ but is not deleted; if you save the buffer in a file, the invisible
2686text is included in the file. \\[widen] makes all visible again. 2686text is included in the file. \\[widen] makes all visible again.
2687See also `save-restriction'. 2687See also `save-restriction'.
2688 2688
2689When calling from a program, pass two arguments; positions (integers 2689When calling from Lisp, pass two arguments START and END:
2690or markers) bounding the text that should remain visible. */) 2690positions (integers or markers) bounding the text that should
2691remain visible. */)
2691 (register Lisp_Object start, Lisp_Object end) 2692 (register Lisp_Object start, Lisp_Object end)
2692{ 2693{
2693 CHECK_FIXNUM_COERCE_MARKER (start); 2694 CHECK_FIXNUM_COERCE_MARKER (start);