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

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

[elpa] externals/yaml e32ef2f5e5 092/124: add note to yaml-parse-string-


From: ELPA Syncer
Subject: [elpa] externals/yaml e32ef2f5e5 092/124: add note to yaml-parse-string-with-pos function
Date: Fri, 29 Nov 2024 16:00:06 -0500 (EST)

branch: externals/yaml
commit e32ef2f5e50fd98f78f531bd08540c273da15a95
Author: Zachary Romero <zacromero@posteo.net>
Commit: Zachary Romero <zacromero@posteo.net>

    add note to yaml-parse-string-with-pos function
---
 yaml.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/yaml.el b/yaml.el
index c92d42b689..cfae27374d 100644
--- a/yaml.el
+++ b/yaml.el
@@ -1115,7 +1115,10 @@ value.  It defaults to the symbol :false."
     res))
 
 (defun yaml-parse-string-with-pos (string)
-  "Parse the YAML value in STRING, storing positions as text properties."
+  "Parse the YAML value in STRING, storing positions as text properties.
+
+NOTE: This is an experimental feature and may experience API
+changes in the future."
   (let ((yaml--parsing-store-position t))
     (yaml-parse-string string
                        :object-type 'alist



reply via email to

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