branch: externals/csharp-mode commit 571c4c70fe2de790e093cff23050827c5f6e96aa Author: Jostein Kjønigsen <jost...@kjonigsen.net> Commit: Jostein Kjønigsen <jost...@kjonigsen.net>
Stop misleading our poor users. Update documentation. --- csharp-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp-mode.el b/csharp-mode.el index 25a8aaa..39d5d1e 100644 --- a/csharp-mode.el +++ b/csharp-mode.el @@ -2921,7 +2921,7 @@ The mode provides fontification and indent for C# syntax, as well as some other handy features. At mode startup, there are two interesting hooks that run: -`c-mode-common-hook' is run with no args, then `csharp-mode-hook' is run after +`prog-mode-hook' is run with no args, then `csharp-mode-hook' is run after that, also with no args. To run your own logic after csharp-mode starts, do this: