diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-10-03 18:33:10 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-10-03 18:33:10 +0000 |
commit | 003dd6351758732bf0096e8c19b045aac713c810 (patch) | |
tree | 3f16706850704bda6c4946d62a8519a0175796ca /lisp/textmodes/texinfo.el | |
parent | 28c7697169172fe60ad5bb9291bf00df863df7b2 (diff) | |
download | emacs-003dd6351758732bf0096e8c19b045aac713c810.tar.gz |
(texinfo-mode-menu): Add an explicit shortcut for update all.
Diffstat (limited to 'lisp/textmodes/texinfo.el')
-rw-r--r-- | lisp/textmodes/texinfo.el | 3 |
1 files changed, 2 insertions, 1 deletions
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] |