From 003dd6351758732bf0096e8c19b045aac713c810 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 3 Oct 2000 18:33:10 +0000 Subject: [PATCH] (texinfo-mode-menu): Add an explicit shortcut for update all. --- lisp/textmodes/texinfo.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index 8bb7bd4ccda..f0d1fdc5b05 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el @@ -422,7 +422,8 @@ chapter." ["Insert block" texinfo-insert-block t] ;; ["Insert node" texinfo-insert-@node t] "----" - ["Update All" (lambda () (interactive) (texinfo-master-menu t)) t] + ["Update All" (lambda () (interactive) (texinfo-master-menu t)) + :keys "\\[universal-argument] \\[texinfo-master-menu]"] ["Update every node" texinfo-every-node-update t] ["Update node" texinfo-update-node t] ["Make Master menu" texinfo-master-menu t] -- 2.11.4.GIT