diff options
| author | Paul Eggert | 2019-11-11 10:30:13 -0800 |
|---|---|---|
| committer | Paul Eggert | 2019-11-11 10:32:53 -0800 |
| commit | 6b4a97c1c78f39ce890d100acceceb652d14e20d (patch) | |
| tree | 9d9f8347a952226adcd73680ed89c5679d6e5326 /lisp/cedet/ede/srecode.el | |
| parent | 269796288a43520a1dcc481337af472d086faaa4 (diff) | |
| download | emacs-6b4a97c1c78f39ce890d100acceceb652d14e20d.tar.gz emacs-6b4a97c1c78f39ce890d100acceceb652d14e20d.zip | |
Fix some quoting glitches in doc strings
Diffstat (limited to 'lisp/cedet/ede/srecode.el')
| -rw-r--r-- | lisp/cedet/ede/srecode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/ede/srecode.el b/lisp/cedet/ede/srecode.el index 2d3636006f9..dee52cab8f9 100644 --- a/lisp/cedet/ede/srecode.el +++ b/lisp/cedet/ede/srecode.el | |||
| @@ -75,7 +75,7 @@ updated in FORMS." | |||
| 75 | TEMPLATE should specify a context by using a string format of: | 75 | TEMPLATE should specify a context by using a string format of: |
| 76 | context:templatename | 76 | context:templatename |
| 77 | Add DICTIONARY-ENTRIES into the dictionary before insertion. | 77 | Add DICTIONARY-ENTRIES into the dictionary before insertion. |
| 78 | Note: Just like `srecode-insert', but templates found in 'ede app." | 78 | Note: Just like `srecode-insert', but templates found in `ede' app." |
| 79 | (require 'srecode/insert) | 79 | (require 'srecode/insert) |
| 80 | (ede-srecode-insert-with-dictionary template | 80 | (ede-srecode-insert-with-dictionary template |
| 81 | 81 | ||