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

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

[nongnu] elpa/yaml-mode 45b232df41 2/4: Correct docstring


From: ELPA Syncer
Subject: [nongnu] elpa/yaml-mode 45b232df41 2/4: Correct docstring
Date: Sun, 23 Oct 2022 03:59:27 -0400 (EDT)

branch: elpa/yaml-mode
commit 45b232df4192408ff53cc49783de215ee738ff33
Author: Vasilij Schneidermann <mail@vasilij.de>
Commit: Vasilij Schneidermann <mail@vasilij.de>

    Correct docstring
---
 test/yaml-mode-test.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/yaml-mode-test.el b/test/yaml-mode-test.el
index c1ec838cac..322cbe0487 100644
--- a/test/yaml-mode-test.el
+++ b/test/yaml-mode-test.el
@@ -35,7 +35,7 @@
     #'font-lock-fontify-buffer))
 
 (defmacro yaml-test-string (string &rest body)
-  "Run BODY in a temporary buffer containing STRING in MODE."
+  "Run BODY in a temporary buffer containing STRING in `yaml-mode'."
   (declare (indent 1))
   `(let ((win (selected-window)))
      (unwind-protect



reply via email to

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