(texinfo-mode-menu): Add an explicit shortcut for update all.
This commit is contained in:
parent
28c7697169
commit
003dd63517
1 changed files with 2 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue