Mercurial > emacs
changeset 32110:a574e0bf807d
(texinfo-mode-menu): Add an explicit shortcut for update all.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 03 Oct 2000 18:33:10 +0000 |
parents | 0b74dbd9edd6 |
children | 161c2ec9f5b2 |
files | lisp/textmodes/texinfo.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/texinfo.el Tue Oct 03 18:29:54 2000 +0000 +++ b/lisp/textmodes/texinfo.el Tue Oct 03 18:33:10 2000 +0000 @@ -422,7 +422,8 @@ ["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]