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/srecode/insert.el | |
| parent | 269796288a43520a1dcc481337af472d086faaa4 (diff) | |
| download | emacs-6b4a97c1c78f39ce890d100acceceb652d14e20d.tar.gz emacs-6b4a97c1c78f39ce890d100acceceb652d14e20d.zip | |
Fix some quoting glitches in doc strings
Diffstat (limited to 'lisp/cedet/srecode/insert.el')
| -rw-r--r-- | lisp/cedet/srecode/insert.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cedet/srecode/insert.el b/lisp/cedet/srecode/insert.el index 4e25e1f5ca0..455977bbe03 100644 --- a/lisp/cedet/srecode/insert.el +++ b/lisp/cedet/srecode/insert.el | |||
| @@ -373,8 +373,8 @@ Can't be blank, or it might be used by regular variable insertion.") | |||
| 373 | :initarg :where | 373 | :initarg :where |
| 374 | :documentation | 374 | :documentation |
| 375 | "This should be `begin' or `end', indicating where to insert a CR. | 375 | "This should be `begin' or `end', indicating where to insert a CR. |
| 376 | When `begin', insert a CR if not at 'bol'. | 376 | When `begin', insert a CR if not at `bol'. |
| 377 | When `end', insert a CR if not at 'eol'.") | 377 | When `end', insert a CR if not at `eol'.") |
| 378 | ;; @TODO - Add slot and control for the number of blank | 378 | ;; @TODO - Add slot and control for the number of blank |
| 379 | ;; lines before and after point. | 379 | ;; lines before and after point. |
| 380 | ) | 380 | ) |