aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSteven Allen2024-07-15 18:20:24 +0200
committerMichael Albinus2024-07-15 18:20:24 +0200
commitfe28ba5d55b5a2f8b2d1cfb9109a68c1df2b88ed (patch)
treeb955b01b152212e129b7f5573d54609452eef235 /doc
parentecc8516d9ca17c70b4407296fa1140bb5e2b822c (diff)
downloademacs-fe28ba5d55b5a2f8b2d1cfb9109a68c1df2b88ed.tar.gz
emacs-fe28ba5d55b5a2f8b2d1cfb9109a68c1df2b88ed.zip
; Replace quotes with @code{...} in texinfo files
* doc/misc/cc-mode.texi: * doc/misc/cl.texi: Replace quotes with @code{...}
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/cc-mode.texi4
-rw-r--r--doc/misc/cl.texi3
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.
6283 6283
6284@defun c-lineup-template-args-indented-from-margin 6284@defun c-lineup-template-args-indented-from-margin
6285@findex lineup-template-args-indented-from-margin (c-) 6285@findex lineup-template-args-indented-from-margin (c-)
6286Indent a template argument line `c-basic-offset' from the left-hand 6286Indent a template argument line @code{c-basic-offset} from the
6287margin of the line with the containing <. 6287left-hand margin of the line with the containing <.
6288 6288
6289@workswith @code{template-args-cont}. 6289@workswith @code{template-args-cont}.
6290@end defun 6290@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
391the elided part of @var{object} later. @var{start} should be 391the elided part of @var{object} later. @var{start} should be
392@code{nil} if the whole @var{object} is being elided, otherwise it 392@code{nil} if the whole @var{object} is being elided, otherwise it
393should be an index or other pointer into the internals of @var{object} 393should be an index or other pointer into the internals of @var{object}
394which can be passed to `cl-print-object-contents' at a later time. 394which can be passed to @code{cl-print-object-contents} at a later
395time.
395@end defun 396@end defun
396 397
397@defvar cl-print-expand-ellipsis-function 398@defvar cl-print-expand-ellipsis-function