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)
This commit is contained in:
parent
0fd5e6593a
commit
dfc2ef11a8
37 changed files with 195 additions and 195 deletions
|
@ -921,7 +921,7 @@ See `sh-feature'.")
|
|||
(:foreground "magenta"))
|
||||
(t
|
||||
(:weight bold)))
|
||||
"Face to show quoted execs like `blabla`."
|
||||
"Face to show quoted execs like \\=`blabla\\=`."
|
||||
:group 'sh-indentation)
|
||||
(define-obsolete-face-alias 'sh-heredoc-face 'sh-heredoc "22.1")
|
||||
(defvar sh-heredoc-face 'sh-heredoc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue