diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2022-05-24 11:51:18 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-05-24 11:51:18 +0200 |
commit | 59951f7af5877221a25d66a1344b649c6872bac6 (patch) | |
tree | e6eae584255c8cdbff3c64413e4aa2f74ed1a562 /src/frame.c | |
parent | 6fe45ed9699c98d9f2cc3d0483a14f0ffa108ef9 (diff) | |
download | emacs-59951f7af5877221a25d66a1344b649c6872bac6.tar.gz emacs-59951f7af5877221a25d66a1344b649c6872bac6.tar.bz2 emacs-59951f7af5877221a25d66a1344b649c6872bac6.zip |
Audit quoting symbols in C doc strings
* test/manual/etags/c-src/emacs/src/keyboard.c (Frecursive_edit):
* src/xfns.c (syms_of_xfns):
* src/xdisp.c (Fwindow_text_pixel_size):
(syms_of_xdisp):
* src/w32notify.c (Fw32notify_add_watch):
(Fw32notify_add_watch):
* src/frame.c (Fframe_child_frame_border_width):
* src/comp.c (Fcomp__subr_signature):
* src/alloc.c (Fgarbage_collect):
* lib-src/make-docfile.c (scan_c_stream): Audit quoting symbols in C
doc strings.
Diffstat (limited to 'src/frame.c')
-rw-r--r-- | src/frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c index 1391cef6287..795dcb3ca66 100644 --- a/src/frame.c +++ b/src/frame.c @@ -3643,7 +3643,7 @@ DEFUN ("frame-fringe-width", Ffringe_width, Sfringe_width, 0, 1, 0, DEFUN ("frame-child-frame-border-width", Fframe_child_frame_border_width, Sframe_child_frame_border_width, 0, 1, 0, doc: /* Return width of FRAME's child-frame border in pixels. - If FRAME's 'child-frame-border-width' parameter is nil, return FRAME's + If FRAME's `child-frame-border-width' parameter is nil, return FRAME's internal border width instead. */) (Lisp_Object frame) { |