]> git.eshelyaron.com Git - emacs.git/commitdiff
(texinfo-mode-menu): Add an explicit shortcut for update all.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 3 Oct 2000 18:33:10 +0000 (18:33 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 3 Oct 2000 18:33:10 +0000 (18:33 +0000)
lisp/textmodes/texinfo.el

index 8bb7bd4ccdae42f807b62f090eaa074112453f65..f0d1fdc5b05ef5f77fab05d58e8d2310f9f62b07 100644 (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]