]> granicus.if.org Git - neomutt/commitdiff
docs: fix ifdef examples
authorRichard Russon <rich@flatcap.org>
Sun, 11 Jun 2017 09:47:20 +0000 (10:47 +0100)
committerRichard Russon <rich@flatcap.org>
Sun, 11 Jun 2017 09:47:38 +0000 (10:47 +0100)
init.c

diff --git a/init.c b/init.c
index 3efebab3cc25a85e569c6260200ac93483afff60..f6879bb1c3c457d8ba0c2bb3f0c247667be77676 100644 (file)
--- 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