X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/8b990b89011d5b954c794e08549776b15e34fff1..9d35bb8d6518bb913ab08bace2af08963c003177:/lisp/progmodes/idlwave.el diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el index 7e269cb60f..45f080c3aa 100644 --- a/lisp/progmodes/idlwave.el +++ b/lisp/progmodes/idlwave.el @@ -1837,7 +1837,7 @@ The main features of this mode are 5. Code Templates and Abbreviations -------------------------------- Many Abbreviations are predefined to expand to code fragments and templates. - The abbreviations start generally with a `\\`. Some examples: + The abbreviations start generally with a `\\'. Some examples: \\pr PROCEDURE template \\fu FUNCTION template @@ -2047,7 +2047,7 @@ If optional argument RESERVED is non-nil then the expansion consists of reserved words, which will be capitalized if `idlwave-reserved-word-upcase' is non-nil. Otherwise, the abbrev will be capitalized if `idlwave-abbrev-change-case' -is non-nil, unless its value is \`down in which case the abbrev will be +is non-nil, unless its value is `down' in which case the abbrev will be made into all lowercase. Returns non-nil if abbrev is left expanded." (if (idlwave-quoted)