# HG changeset patch # User Richard M. Stallman # Date 870675503 0 # Node ID 0c228cae75b5c62d6468f2f12b8d34f22b778377 # Parent 35d85b50c3cb0b7ccbd3092d82c281a5184dd8b4 (cpp-edit-reset): Add a close-quote after the file name. diff -r 35d85b50c3cb -r 0c228cae75b5 lisp/progmodes/cpp.el --- a/lisp/progmodes/cpp.el Mon Aug 04 06:10:46 1997 +0000 +++ b/lisp/progmodes/cpp.el Mon Aug 04 06:18:23 1997 +0000 @@ -489,7 +489,7 @@ (erase-buffer) (insert "CPP Display Information for `") (cpp-make-button (buffer-name cpp-edit-buffer) 'cpp-edit-home) - (insert "\n\nClick mouse-2 on item you want to change or use\n" + (insert "'\n\nClick mouse-2 on item you want to change or use\n" "or switch to this buffer and type the keyboard equivalents.\n" "Keyboard equivalents are indicated with brackets like [T]his.\n\n") (cpp-make-button "[H]ome (display the C file)" 'cpp-edit-home)