summarylogtreecommitdiffstats
path: root/emacs-yaml-mode.install
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-yaml-mode.install')
-rw-r--r--emacs-yaml-mode.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs-yaml-mode.install b/emacs-yaml-mode.install
index 11f72234dc06..74b4c1d41f21 100644
--- a/emacs-yaml-mode.install
+++ b/emacs-yaml-mode.install
@@ -7,8 +7,8 @@ cat << EOF
(require 'yaml-mode)
(add-to-list 'auto-mode-alist '("\\.yml\\'" . yaml-mode))
==> Unlike python-mode, this mode follows the Emacs convention of not
- binding the ENTER key to `newline-and-indent'. To get this
- behavior, add the key definition to `yaml-mode-hook':
+ binding the ENTER key to \`newline-and-indent'. To get this
+ behavior, add the key definition to \`yaml-mode-hook':
(add-hook 'yaml-mode-hook
'(lambda ()