Index: simple.el =================================================================== RCS file: /sources/emacs/emacs/lisp/simple.el,v retrieving revision 1.898 diff -u -c -r1.898 simple.el cvs diff: conflicting specifications of output style *** simple.el 8 Jan 2008 20:44:35 -0000 1.898 --- simple.el 22 Jan 2008 22:33:09 -0000 *************** *** 5293,5299 **** Type \\\\[choose-completion] in the completion list\ to select the completion near point. Use \\\\[mouse-choose-completion] to select one\ ! with the mouse." (interactive) (kill-all-local-variables) (use-local-map completion-list-mode-map) --- 5293,5302 ---- Type \\\\[choose-completion] in the completion list\ to select the completion near point. Use \\\\[mouse-choose-completion] to select one\ ! with the mouse. ! ! \\{completion-list-mode-map}" ! (interactive) (kill-all-local-variables) (use-local-map completion-list-mode-map)