diff options
Diffstat (limited to 'src/editfns.c')
| -rw-r--r-- | src/editfns.c | 5 |
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 | |||
| 2686 | text is included in the file. \\[widen] makes all visible again. | 2686 | text is included in the file. \\[widen] makes all visible again. |
| 2687 | See also `save-restriction'. | 2687 | See also `save-restriction'. |
| 2688 | 2688 | ||
| 2689 | When calling from a program, pass two arguments; positions (integers | 2689 | When calling from Lisp, pass two arguments START and END: |
| 2690 | or markers) bounding the text that should remain visible. */) | 2690 | positions (integers or markers) bounding the text that should |
| 2691 | remain 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); |