aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c
diff options
context:
space:
mode:
authorStephen Leake2019-04-11 14:00:02 -0700
committerStephen Leake2019-04-11 14:00:02 -0700
commit7ba7def5caf7ec9d9bebffff489f0a658229fbda (patch)
treee0cfcb59937ca0528fb81769d7d48a904a91f5dc /src/editfns.c
parent7768581172e11be52b1fcd8224f4594e126bbdb7 (diff)
parentde238b39e335c6814283faa171b35145f124edf2 (diff)
downloademacs-7ba7def5caf7ec9d9bebffff489f0a658229fbda.tar.gz
emacs-7ba7def5caf7ec9d9bebffff489f0a658229fbda.zip
Merge commit 'de238b39e335c6814283faa171b35145f124edf2'
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);