mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Merge from origin/emacs-29
84d2da003e; Fix example in the Flymake manual0a1459f1d9* doc/misc/calc.texi (Advanced Math Functions): Correct c...92faf1f564Consider 'dired-kill-when-opening-new-dired-buffer' in mo...bafe71a69f; Fix use-package.texi markup018e4ca6c5; * doc/misc/calc.texi (Advanced Math Functions): Fix las...1952dbd4c5Fix Gamma function definition in calc.texif73f82d7e8Fix subscripts in the Calc manual70fc7c41efImprove documentation of 'declare' formsc835758238; * src/lread.c (bytecode_from_rev_list): Avoid C++ comment.2847857496Improve tree-sitter docs0e9307eb2bFix some Texinfo markup in manuals8dc08333eeFix bol/bos anchors in tree-sitter :match regexps8225ade615; * src/xdisp.c (syms_of_xdisp) <display-line-numbers>: F...1f0527a312; Fix last change in tex-mode.el4da479920e* lisp/subr.el (with-restriction): Tweak indent rule36aa9bd818; Fix previous changeaaeaf608d8Fix setting region in the minibuffer1383efe01dFix setting $DBUS_SESSION_BUS_ADDRESS after Emacs has sta...bdb0bc2b4eFix tex-mode display-buffer issues90047c38ceAdd test for when 'completion-auto-help' is 'visible'2c623e4febAvoid errors in 'apropos-documentation' after 'eval-buffer'dd3b98121c; * doc/emacs/indent.texi (Indentation Commands): Fix las...904edf1f07Mention indent-rigidly in the Emacs manual
This commit is contained in:
commit
d1ddd1d5d9
48 changed files with 495 additions and 385 deletions
|
|
@ -2192,10 +2192,10 @@ foo& bar
|
|||
|
||||
@defvar c-asymmetry-fontification-flag
|
||||
@vindex asymmetry-fontification-flag @r{(c-)}
|
||||
When @code{c-asymmetry-fontification-flag} is non-@code{nil} (which it is by
|
||||
default), code like the above, with white space either before or after
|
||||
the operator, but not both, is fontified as a declaration. When the
|
||||
variable is nil, such a construct gets the default face.
|
||||
When @code{c-asymmetry-fontification-flag} is non-@code{nil} (which it
|
||||
is by default), code like the above, with white space either before or
|
||||
after the operator, but not both, is fontified as a declaration. When
|
||||
the variable is @code{nil}, such a construct gets the default face.
|
||||
@end defvar
|
||||
|
||||
When the construct is an expression there will often be white space
|
||||
|
|
@ -6036,7 +6036,7 @@ three syntactic symbols, @code{arglist-cont-nonempty},
|
|||
List Symbols}).
|
||||
|
||||
This function is intended for use in a list. If the construct being
|
||||
analyzed isn't like the preceding, the function returns nil.
|
||||
analyzed isn't like the preceding, the function returns @code{nil}.
|
||||
Otherwise it returns the function
|
||||
@code{c-lineup-arglist-intro-after-paren}, which the caller then uses
|
||||
to perform indentation.
|
||||
|
|
@ -6080,8 +6080,8 @@ also has a syntactic element with the symbol @code{brace-list-entry}
|
|||
(@pxref{Brace List Symbols}).
|
||||
|
||||
This function is intended for use in a list. If the above structure
|
||||
isn't present, the function returns nil, allowing a different offset
|
||||
specification to indent the line.
|
||||
isn't present, the function returns @code{nil}, allowing a different
|
||||
offset specification to indent the line.
|
||||
|
||||
@workswith{} @code{brace-list-intro}.
|
||||
@end defun
|
||||
|
|
@ -6123,8 +6123,8 @@ returning the symbol @code{c-lineup-arglist-intro-after-paren}, which
|
|||
the caller then uses to perform the indentation.
|
||||
|
||||
This function is intended for use in a list. If the above structure
|
||||
isn't present, the function returns nil, allowing a different offset
|
||||
specification to indent the line.
|
||||
isn't present, the function returns @code{nil}, allowing a different
|
||||
offset specification to indent the line.
|
||||
|
||||
@workswith{} @code{brace-list-intro}.
|
||||
@end defun
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue