(texinfo-mode-menu): Add an explicit shortcut for update all.

This commit is contained in:
Stefan Monnier 2000-10-03 18:33:10 +00:00
parent 28c7697169
commit 003dd63517

View file

@ -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]