From 3d439cd10fff3e71c7115263a03a5a92898ca7ea Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 4 Apr 2012 15:54:02 +0800 Subject: Several miscellaneous doc changes. * doc/lispref/display.texi (Delayed Warnings): New node. * doc/misc/gnus-faq.texi (FAQ 8-2): Mention EasyPG. * doc/misc/gnus.texi: Reduce references to obsolete pgg library. (Security): Note that epg is now the default. * doc/misc/message.texi (Using PGP/MIME): Note that epg is now the default. * doc/misc/nxml-mode.texi (Completion): C-RET is no longer bound to nxml-complete. * lisp/subr.el (delayed-warnings-hook): Doc fix. * src/keyboard.c (Vdelayed_warnings_list): Doc fix. --- src/ChangeLog | 4 ++++ src/keyboard.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/ChangeLog b/src/ChangeLog index ea80129ff16..ea770969818 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2012-04-04 Chong Yidong + + * keyboard.c (Vdelayed_warnings_list): Doc fix. + 2012-04-01 Eli Zaretskii * w32menu.c (simple_dialog_show, add_menu_item): Use SAFE_ALLOCA diff --git a/src/keyboard.c b/src/keyboard.c index 79223116b2f..50b2ade8ee4 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -12168,7 +12168,7 @@ whenever `deferred-action-list' is non-nil. */); Vdeferred_action_function = Qnil; DEFVAR_LISP ("delayed-warnings-list", Vdelayed_warnings_list, - doc: /* List of warnings to be displayed as soon as possible. + doc: /* List of warnings to be displayed after this command. Each element must be a list (TYPE MESSAGE [LEVEL [BUFFER-NAME]]), as per the args of `display-warning' (which see). If this variable is non-nil, `delayed-warnings-hook' will be run -- cgit v1.2.1