From ca2361e0c1b131cf2a321996c2f481538337ce9f Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Mon, 15 Jul 2024 18:20:24 +0200 Subject: [PATCH] ; Replace quotes with @code{...} in texinfo files * doc/misc/cc-mode.texi: * doc/misc/cl.texi: Replace quotes with @code{...} (cherry picked from commit fe28ba5d55b5a2f8b2d1cfb9109a68c1df2b88ed) --- doc/misc/cc-mode.texi | 4 ++-- doc/misc/cl.texi | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/misc/cc-mode.texi b/doc/misc/cc-mode.texi index bcbd9faf0c9..ced59c0eee6 100644 --- a/doc/misc/cc-mode.texi +++ b/doc/misc/cc-mode.texi @@ -6283,8 +6283,8 @@ returned if there's no template argument on the first line. @defun c-lineup-template-args-indented-from-margin @findex lineup-template-args-indented-from-margin (c-) -Indent a template argument line `c-basic-offset' from the left-hand -margin of the line with the containing <. +Indent a template argument line @code{c-basic-offset} from the +left-hand margin of the line with the containing <. @workswith @code{template-args-cont}. @end defun diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi index e893205b40e..c3a91f7dab1 100644 --- a/doc/misc/cl.texi +++ b/doc/misc/cl.texi @@ -391,7 +391,8 @@ property will contain state (including @var{start}) in order to print the elided part of @var{object} later. @var{start} should be @code{nil} if the whole @var{object} is being elided, otherwise it should be an index or other pointer into the internals of @var{object} -which can be passed to `cl-print-object-contents' at a later time. +which can be passed to @code{cl-print-object-contents} at a later +time. @end defun @defvar cl-print-expand-ellipsis-function -- 2.39.2