aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runtime/doc/autocmd.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt
index 38d53249d1..ffba29efc7 100644
--- a/runtime/doc/autocmd.txt
+++ b/runtime/doc/autocmd.txt
@@ -759,7 +759,7 @@ OptionSet After setting an option. The pattern is
Note: It's a bad idea, to reset an option
during this autocommand, since this will
probably break plugins. You can always use
- |noa| to prevent triggering this autocommand.
+ |:noa| to prevent triggering this autocommand.
Could be used, to check for existence of the
'backupdir' and 'undodir' options and create
directories, if they don't exist yet.