From: Stefan Monnier Date: Tue, 3 Oct 2000 18:33:10 +0000 (+0000) Subject: (texinfo-mode-menu): Add an explicit shortcut for update all. X-Git-Tag: emacs-pretest-21.0.90~1188 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=003dd6351758732bf0096e8c19b045aac713c810;p=emacs.git (texinfo-mode-menu): Add an explicit shortcut for update all. --- 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]