From: Richard Russon Date: Sun, 11 Jun 2017 09:47:20 +0000 (+0100) Subject: docs: fix ifdef examples X-Git-Tag: neomutt-20170707~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a0a4f38fc717728c225545e4dee1be3856d33d6;p=neomutt docs: fix ifdef examples --- diff --git a/init.c b/init.c index 3efebab3c..f6879bb1c 100644 --- a/init.c +++ b/init.c @@ -812,11 +812,11 @@ static int finish_source(struct Buffer *tmp, struct Buffer *s, * If a given variable, function, command or compile-time symbol exists, then * read the rest of the line of config commands. * e.g. - * ifdef USE_SIDEBAR source ~/.mutt/sidebar.rc + * ifdef sidebar source ~/.mutt/sidebar.rc * * If (data == 1) then it means use the 'ifndef' (if-not-defined) command. * e.g. - * ifndef USE_IMAP finish + * ifndef imap finish * * Returns: * 0 Success