doc: Add bacj an accidently removed section. (#2885)

This was probably due to copy pasting from the preprocessed file
back to the raw file.

Fix #2882
This commit is contained in:
Emmanuel Lepage Vallée 2019-10-01 12:49:28 -04:00 committed by GitHub
parent 85c8d5e205
commit 6dd8daa2ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ require("awful.hotkeys_popup.keys")
-- {{{ Error handling
-- Check if awesome encountered an error during startup and fell back to
-- another config (This code will only ever execute for the fallback config)
-- @DOC_ERROR_HANDLING@
naughty.connect_signal("request::display_error", function(message, startup)
naughty.notification {
urgency = "critical",

View File

@ -29,6 +29,7 @@ Here are the modules that we import:
]]
sections.DOC_ERROR_HANDLING = [[
Awesome is a window managing framework. It allows its users great (ultimate?)
flexibility. However, it also allows the user to write invalid code. Here's a
non-exhaustive list of possible errors: