diff options
| author | Paul Eggert | 2015-05-28 00:06:14 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-05-28 00:22:03 -0700 |
| commit | dfc2ef11a84d33eab916ff87b8537f8e28c05c92 (patch) | |
| tree | b196ac609a67987d5e1e756860de51b4361c8bd2 /lisp/cedet | |
| parent | 0fd5e6593af620863dcf90dff5d04631458e24cd (diff) | |
| download | emacs-dfc2ef11a84d33eab916ff87b8537f8e28c05c92.tar.gz emacs-dfc2ef11a84d33eab916ff87b8537f8e28c05c92.zip | |
Fix minor quoting problems in doc strings
Most of these fixes involve escaping grave accents that are
actually intended to be grave accents, not left quotes.
(Bug#20385)
Diffstat (limited to 'lisp/cedet')
| -rw-r--r-- | lisp/cedet/semantic/wisent/wisent.el | 8 | ||||
| -rw-r--r-- | lisp/cedet/srecode/texi.el | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lisp/cedet/semantic/wisent/wisent.el b/lisp/cedet/semantic/wisent/wisent.el index fd00080f543..fb77cb36947 100644 --- a/lisp/cedet/semantic/wisent/wisent.el +++ b/lisp/cedet/semantic/wisent/wisent.el | |||
| @@ -44,11 +44,11 @@ | |||
| 44 | " | 44 | " |
| 45 | /\\_.-^^^-._/\\ The GNU | 45 | /\\_.-^^^-._/\\ The GNU |
| 46 | \\_ _/ | 46 | \\_ _/ |
| 47 | ( `o ` (European ;-) Bison | 47 | ( \\=`o \\=` (European ;-) Bison |
| 48 | \\ ` / | 48 | \\ \\=` / |
| 49 | ( D ,\" for Emacs! | 49 | ( D ,\" for Emacs! |
| 50 | ` ~ ,\" | 50 | \\=` ~ ,\" |
| 51 | `\"\"" | 51 | \\=`\"\"" |
| 52 | :group 'semantic) | 52 | :group 'semantic) |
| 53 | 53 | ||
| 54 | 54 | ||
diff --git a/lisp/cedet/srecode/texi.el b/lisp/cedet/srecode/texi.el index b75a6609323..6c8f7a6e3ca 100644 --- a/lisp/cedet/srecode/texi.el +++ b/lisp/cedet/srecode/texi.el | |||
| @@ -245,7 +245,7 @@ that class. | |||
| 245 | variable => @code{variable} | 245 | variable => @code{variable} |
| 246 | class => @code{class} @xref{class} | 246 | class => @code{class} @xref{class} |
| 247 | unknown => @code{unknown} | 247 | unknown => @code{unknown} |
| 248 | \" text \" => `` text '' | 248 | \"text\" => \\=`\\=`text'' |
| 249 | 'quoteme => @code{quoteme} | 249 | 'quoteme => @code{quoteme} |
| 250 | non-nil => non-@code{nil} | 250 | non-nil => non-@code{nil} |
| 251 | t => @code{t} | 251 | t => @code{t} |