diff options
Diffstat (limited to 'src/editfns.c')
-rw-r--r-- | src/editfns.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/editfns.c b/src/editfns.c index 40e65dda0c9..d15d4dc68b9 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -2661,8 +2661,8 @@ DEFUN ("widen", Fwiden, Swiden, 0, 0, "", This allows the buffer's full text to be seen and edited. When called from Lisp inside a body form in which `narrow-to-region' -was called with an optional argument LOCK non-nil, this does not -produce any effect. */) +was called with an optional argument LOCK non-nil, this function does +not produce any effect. */) (void) { if (! NILP (Vrestrictions_locked)) |