Mercurial > emacs
changeset 19130:0c228cae75b5
(cpp-edit-reset): Add a close-quote after the file name.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 04 Aug 1997 06:18:23 +0000 |
parents | 35d85b50c3cb |
children | 962be4e083c2 |
files | lisp/progmodes/cpp.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)