aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/cpp.el
diff options
context:
space:
mode:
authorRichard M. Stallman1997-08-04 06:18:23 +0000
committerRichard M. Stallman1997-08-04 06:18:23 +0000
commit3478257bc133d763eec06903549d4c99a14b1f46 (patch)
tree3b45190fac63548b5872477cd3d6369887a92915 /lisp/progmodes/cpp.el
parent212a75c49a3f0adb6ab944772ea42cc31b5fa934 (diff)
downloademacs-3478257bc133d763eec06903549d4c99a14b1f46.tar.gz
emacs-3478257bc133d763eec06903549d4c99a14b1f46.zip
(cpp-edit-reset): Add a close-quote after the file name.
Diffstat (limited to 'lisp/progmodes/cpp.el')
-rw-r--r--lisp/progmodes/cpp.el2
1 files changed, 1 insertions, 1 deletions
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."
489 (erase-buffer) 489 (erase-buffer)
490 (insert "CPP Display Information for `") 490 (insert "CPP Display Information for `")
491 (cpp-make-button (buffer-name cpp-edit-buffer) 'cpp-edit-home) 491 (cpp-make-button (buffer-name cpp-edit-buffer) 'cpp-edit-home)
492 (insert "\n\nClick mouse-2 on item you want to change or use\n" 492 (insert "'\n\nClick mouse-2 on item you want to change or use\n"
493 "or switch to this buffer and type the keyboard equivalents.\n" 493 "or switch to this buffer and type the keyboard equivalents.\n"
494 "Keyboard equivalents are indicated with brackets like [T]his.\n\n") 494 "Keyboard equivalents are indicated with brackets like [T]his.\n\n")
495 (cpp-make-button "[H]ome (display the C file)" 'cpp-edit-home) 495 (cpp-make-button "[H]ome (display the C file)" 'cpp-edit-home)