mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-09 07:40:39 -08:00
; Replace quotes with @code{...} in texinfo files
* doc/misc/cc-mode.texi:
* doc/misc/cl.texi: Replace quotes with @code{...}
This commit is contained in:
parent
ecc8516d9c
commit
fe28ba5d55
2 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue