]> git.eshelyaron.com Git - emacs.git/commitdiff
; Replace quotes with @code{...} in texinfo files
authorSteven Allen <steven@stebalien.com>
Mon, 15 Jul 2024 16:20:24 +0000 (18:20 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 17 Jul 2024 21:45:45 +0000 (23:45 +0200)
* doc/misc/cc-mode.texi:
* doc/misc/cl.texi: Replace quotes with @code{...}

(cherry picked from commit fe28ba5d55b5a2f8b2d1cfb9109a68c1df2b88ed)

doc/misc/cc-mode.texi
doc/misc/cl.texi

index bcbd9faf0c9e280cd154f9e93a8dffcc2e8e9081..ced59c0eee6eb5a297ba9cd9e152f2acc809e2c7 100644 (file)
@@ -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
index e893205b40e041a7d60f7dcbf0077eae50b248a3..c3a91f7dab1f8ee90fcdbefa8b84c61959bd64f9 100644 (file)
@@ -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