summaryrefslogtreecommitdiff
path: root/lisp/textmodes/texinfo.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2000-10-03 18:33:10 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2000-10-03 18:33:10 +0000
commit003dd6351758732bf0096e8c19b045aac713c810 (patch)
tree3f16706850704bda6c4946d62a8519a0175796ca /lisp/textmodes/texinfo.el
parent28c7697169172fe60ad5bb9291bf00df863df7b2 (diff)
downloademacs-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.el3
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]