From 3f2e7c7aee494bd7af2b8db8b347d180cd1c71f1 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Mon, 15 Jul 2024 07:05:43 -0700 Subject: [PATCH 2/2] ; Replace quotes with @code{...} in texinfo files * doc/misc/cc-mode.texi doc/misc/cl.texi: Replace quotes with @code{...} --- 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 @@ List Line-Up @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 @@ Printing 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.45.2