diff options
Diffstat (limited to '.emacs.d/lisp/yaml-mode.el')
| -rw-r--r-- | .emacs.d/lisp/yaml-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/yaml-mode.el b/.emacs.d/lisp/yaml-mode.el index 44650be..615de6f 100644 --- a/.emacs.d/lisp/yaml-mode.el +++ b/.emacs.d/lisp/yaml-mode.el | |||
| @@ -426,7 +426,7 @@ cross boundaries of block literals." | |||
| 426 | 426 | ||
| 427 | 427 | ||
| 428 | (defun yaml-mode-version () | 428 | (defun yaml-mode-version () |
| 429 | "Diplay version of `yaml-mode'." | 429 | "Display version of `yaml-mode'." |
| 430 | (interactive) | 430 | (interactive) |
| 431 | (message "yaml-mode %s" yaml-mode-version) | 431 | (message "yaml-mode %s" yaml-mode-version) |
| 432 | yaml-mode-version) | 432 | yaml-mode-version) |
