Change #263334
| Category | texinfo |
| Changed by | Gavin Smith <gavinsmith0123@gmail.com> |
| Changed at | Thu 02 Apr 2026 20:26:53 |
| Repository | https://git.savannah.gnu.org/git/texinfo.git |
| Project | texinfo |
| Branch | master |
| Revision | 11e78daaab5695c3ad41e292422b08edd46eeccc |
Comments
Implement scroll-behavior/scroll-behaviour alias differently * info/variables.c (ALIAS_VAR, alias_var): New macro and dummy variable for declaring an alias of a variable. (info_variables) <"scroll-behavior">: Use it. (variable_by_name): Check is variable is an alias and if so resolve the alias. This is to avoid using separate 'where_set' fields for the two equivalent names of the variable, which could lead to inconsistency, including in the help buffer.
Changed files
- ChangeLog
- info/variables.c