diff options
| author | Steven Allen | 2024-07-15 18:20:24 +0200 |
|---|---|---|
| committer | Michael Albinus | 2024-07-15 18:20:24 +0200 |
| commit | fe28ba5d55b5a2f8b2d1cfb9109a68c1df2b88ed (patch) | |
| tree | b955b01b152212e129b7f5573d54609452eef235 /doc | |
| parent | ecc8516d9ca17c70b4407296fa1140bb5e2b822c (diff) | |
| download | emacs-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.texi | 4 | ||||
| -rw-r--r-- | 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. | |||
| 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-) |
| 6286 | Indent a template argument line `c-basic-offset' from the left-hand | 6286 | Indent a template argument line @code{c-basic-offset} from the |
| 6287 | margin of the line with the containing <. | 6287 | left-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 | |||
| 391 | the elided part of @var{object} later. @var{start} should be | 391 | the 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 |
| 393 | should be an index or other pointer into the internals of @var{object} | 393 | should be an index or other pointer into the internals of @var{object} |
| 394 | which can be passed to `cl-print-object-contents' at a later time. | 394 | which can be passed to @code{cl-print-object-contents} at a later |
| 395 | time. | ||
| 395 | @end defun | 396 | @end defun |
| 396 | 397 | ||
| 397 | @defvar cl-print-expand-ellipsis-function | 398 | @defvar cl-print-expand-ellipsis-function |