Closed
Description
In fish, version 3.3.1, the documentation page concerning identifiers seems to have changed.
After I saw #8242 I was curious what the error message says and got
> set foo-bar xyz
set: Variable name 'foo-bar' is not valid. See `help identifiers`.
(Type 'help set' for related documentation)
Then I ran help identifiers
and it opened file:///usr/share/doc/fish/index.html#identifiers
. However, there is no such anchor on that page. I assume it has been moved around but the command has not been adapted yet.