diff options
author | Eli Zaretskii <eliz@gnu.org> | 2022-07-29 10:08:50 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-07-29 10:08:50 +0300 |
commit | c6029ed34ea83c7c0adbd723d63bd78ff0ec0796 (patch) | |
tree | 6d7313ce717dcb5e1eddb897b6b6120bd313765d /src/editfns.c | |
parent | 67a218d33926931b20096edce3eaba2958283bde (diff) | |
download | emacs-c6029ed34ea83c7c0adbd723d63bd78ff0ec0796.tar.gz emacs-c6029ed34ea83c7c0adbd723d63bd78ff0ec0796.tar.bz2 emacs-c6029ed34ea83c7c0adbd723d63bd78ff0ec0796.zip |
Minor improvements of recent documentation changes
* src/editfns.c (Fwiden):
* doc/lispref/display.texi (Auto Faces):
* src/xdisp.c (syms_of_xdisp) <fontification-functions>:
* etc/NEWS: Clarify and improve wording of documentation changes.
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)) |