diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-05-28 00:06:14 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-05-28 00:22:03 -0700 |
commit | dfc2ef11a84d33eab916ff87b8537f8e28c05c92 (patch) | |
tree | b196ac609a67987d5e1e756860de51b4361c8bd2 /lisp/progmodes/idlwave.el | |
parent | 0fd5e6593af620863dcf90dff5d04631458e24cd (diff) | |
download | emacs-dfc2ef11a84d33eab916ff87b8537f8e28c05c92.tar.gz emacs-dfc2ef11a84d33eab916ff87b8537f8e28c05c92.tar.bz2 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/progmodes/idlwave.el')
-rw-r--r-- | lisp/progmodes/idlwave.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el index 44d84d65810..8e30aa29502 100644 --- a/lisp/progmodes/idlwave.el +++ b/lisp/progmodes/idlwave.el @@ -742,8 +742,8 @@ The actions that can be performed are listed in `idlwave-indent-action-table'." (defcustom idlwave-abbrev-start-char "\\" "A single character string used to start abbreviations in abbrev mode. -Possible characters to chose from: ~`\% -or even '?'. '.' is not a good choice because it can make structure +Possible characters to choose from: ~\\=`\% +or even ‘?’. ‘.’ is not a good choice because it can make structure field names act like abbrevs in certain circumstances. Changes to this in `idlwave-mode-hook' will have no effect. Instead a user |