summaryrefslogtreecommitdiff
path: root/Src/zsh.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Src/zsh.h b/Src/zsh.h
index 703231ca2..b7eb39804 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -309,6 +309,9 @@ enum {
/*
* Lexical tokens: unlike the character tokens above, these never
* 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 ";"./
*/
enum lextok {