aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
authorStefan Monnier2018-09-22 11:47:40 -0400
committerStefan Monnier2018-09-22 11:47:40 -0400
commit596ccc087c8f844f81b075da643e5c554a8de9d6 (patch)
treea703cf1443853d03c3c5a871e8ffcbd894058fbe /doc/lispref
parent55ec674f5090f420c8982f5206e6566b5a664340 (diff)
downloademacs-596ccc087c8f844f81b075da643e5c554a8de9d6.tar.gz
emacs-596ccc087c8f844f81b075da643e5c554a8de9d6.zip
Complement to last commit
Diffstat (limited to 'doc/lispref')
-rw-r--r--doc/lispref/keymaps.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/keymaps.texi b/doc/lispref/keymaps.texi
index 38e89c6cfdd..d9d213df15a 100644
--- a/doc/lispref/keymaps.texi
+++ b/doc/lispref/keymaps.texi
@@ -2443,7 +2443,7 @@ Next we define the menu items:
2443 2443
2444@smallexample 2444@smallexample
2445(define-key menu-bar-replace-menu [tags-repl-continue] 2445(define-key menu-bar-replace-menu [tags-repl-continue]
2446 '(menu-item "Continue Replace" tags-loop-continue 2446 '(menu-item "Continue Replace" multifile-continue
2447 :help "Continue last tags replace operation")) 2447 :help "Continue last tags replace operation"))
2448(define-key menu-bar-replace-menu [tags-repl] 2448(define-key menu-bar-replace-menu [tags-repl]
2449 '(menu-item "Replace in tagged files" tags-query-replace 2449 '(menu-item "Replace in tagged files" tags-query-replace