From: Richard M. Stallman Date: Mon, 4 Aug 1997 06:18:23 +0000 (+0000) Subject: (cpp-edit-reset): Add a close-quote after the file name. X-Git-Tag: emacs-20.1~816 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3478257bc133d763eec06903549d4c99a14b1f46;p=emacs.git (cpp-edit-reset): Add a close-quote after the file name. --- diff --git a/lisp/progmodes/cpp.el b/lisp/progmodes/cpp.el index 618e5f24571..704901268eb 100644 --- a/lisp/progmodes/cpp.el +++ b/lisp/progmodes/cpp.el @@ -489,7 +489,7 @@ You can also use the keyboard accelerators indicated like this: [K]ey." (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)