mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-05-22 00:11:30 +02:00
unposted: Follow-up to the last commit: Fix a typo in a comment.
This commit is contained in:
parent
5c9713603d
commit
56e7b147ad
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
2022-12-15 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||
|
||||
* unposted: Src/zsh.h: Follow-up to the last commit: Fix a typo
|
||||
in a comment.
|
||||
|
||||
* unposted: Src/zsh.h: lextok: Add an explanatory comment with
|
||||
a cross-reference.
|
||||
|
||||
|
|
|
@ -311,7 +311,7 @@ enum {
|
|||
* appear in strings and don't necessarily represent a single character.
|
||||
*
|
||||
* See Src/lex.c:tokstrings[] for hints on what these mean. Note that
|
||||
* SEPER or SEMI are both stringified as ";"./
|
||||
* SEPER or SEMI are both stringified as ";".
|
||||
*/
|
||||
|
||||
enum lextok {
|
||||
|
|
Loading…
Reference in a new issue