summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-05-24 11:51:18 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2022-05-24 11:51:18 +0200
commit59951f7af5877221a25d66a1344b649c6872bac6 (patch)
treee6eae584255c8cdbff3c64413e4aa2f74ed1a562 /lib-src
parent6fe45ed9699c98d9f2cc3d0483a14f0ffa108ef9 (diff)
downloademacs-59951f7af5877221a25d66a1344b649c6872bac6.tar.gz
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 'lib-src')
-rw-r--r--lib-src/make-docfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c
index d2d4b1d2778..908d73f5253 100644
--- a/lib-src/make-docfile.c
+++ b/lib-src/make-docfile.c
@@ -1068,7 +1068,7 @@ scan_c_stream (FILE *infile)
attributes: attribute1 attribute2 ...)
(Lisp_Object arg...)
- Now only ’const’, ’noinline’ and 'noreturn' attributes
+ Now only `const', `noinline' and `noreturn' attributes
are used. */
/* Advance to the end of docstring. */