From 59951f7af5877221a25d66a1344b649c6872bac6 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Tue, 24 May 2022 11:51:18 +0200 Subject: 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. --- lib-src/make-docfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib-src') 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. */ -- cgit v1.2.3