mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 14:30:50 -08:00
Merge from origin/emacs-27
be0d1cac83(origin/emacs-27) Small fix for type of 'display-fill-colu...c5e5839776Fix customization of 'display-fill-column-indicator-charac...d5c184aa3eRefer to fill column indicator Info node in some places.e13300ae50Merge branch 'emacs-27' of git.sv.gnu.org:/srv/git/emacs i...0bae57033fFix GTK's Tool Bar menu radio buttons4c98aa7ea5Minor clarifications in NEWSa1cbd05f38Improve documentation of 'with-suppressed-warnings'.4a895c1b26Fix a typo in a comment2caf3e997eImprove documentation of Hi Lock mode7081c1d66fFix typos in the Emacs user manual0385771e2fFix references to Speedbar in VHDL modea76cafea0dFix handling of FROM = t and TO = t by 'window-text-pixel-... # Conflicts: # etc/NEWS # src/xdisp.c
This commit is contained in:
commit
5c890bfc19
11 changed files with 106 additions and 44 deletions
|
|
@ -536,11 +536,12 @@ wrong number of parameters, say
|
|||
(zot 1 2))
|
||||
|
||||
The warnings that can be suppressed are a subset of the warnings
|
||||
in `byte-compile-warning-types'; see this variable for a fuller
|
||||
explanation of the warning types. The types that can be
|
||||
suppressed with this macro are `free-vars', `callargs',
|
||||
`redefine', `obsolete', `interactive-only', `lexical', `mapcar',
|
||||
`constants' and `suspicious'.
|
||||
in `byte-compile-warning-types'; see the variable
|
||||
`byte-compile-warnings' for a fuller explanation of the warning
|
||||
types. The types that can be suppressed with this macro are
|
||||
`free-vars', `callargs', `redefine', `obsolete',
|
||||
`interactive-only', `lexical', `mapcar', `constants' and
|
||||
`suspicious'.
|
||||
|
||||
For the `mapcar' case, only the `mapcar' function can be used in
|
||||
the symbol list. For `suspicious', only `set-buffer' can be used."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue