emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/yaml-mode 10dddc5 080/124: Fix typo in yaml-mode-version d


From: ELPA Syncer
Subject: [nongnu] elpa/yaml-mode 10dddc5 080/124: Fix typo in yaml-mode-version docstring
Date: Sun, 29 Aug 2021 11:36:17 -0400 (EDT)

branch: elpa/yaml-mode
commit 10dddc591353066e4d4609f64ddd47f6f9830254
Author: Pavel Kulyov <pkulev@croc.ru>
Commit: Pavel Kulyov <pkulev@croc.ru>

    Fix typo in yaml-mode-version docstring
---
 yaml-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/yaml-mode.el b/yaml-mode.el
index 44650be..615de6f 100644
--- a/yaml-mode.el
+++ b/yaml-mode.el
@@ -426,7 +426,7 @@ cross boundaries of block literals."
 
 
 (defun yaml-mode-version ()
-  "Diplay version of `yaml-mode'."
+  "Display version of `yaml-mode'."
   (interactive)
   (message "yaml-mode %s" yaml-mode-version)
   yaml-mode-version)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]