diff options
author | Tomas Volf <~@wolfsden.cz> | 2025-02-28 01:02:29 +0100 |
---|---|---|
committer | Daniel Llorens <lloda@sarc.name> | 2025-02-28 09:58:29 +0100 |
commit | 46a0ee777959fa215a5a8cba6cf42888731642a7 (patch) | |
tree | 1e64c38923dbf275c9af442a56bac4da1cd96b73 /module/texinfo/string-utils.scm | |
parent | c8a169d38825d5a21da5392b355ca5fc9f33fa55 (diff) | |
download | guile-46a0ee777959fa215a5a8cba6cf42888731642a7.tar.gz |
Fix typos in comments.
* module/sxml/xpath.scm: Fix typo in a comment.
* module/sxml/upstream/SXPath-old.scm: Same.
* doc/ref/sxml.texi (SXPath): Reflect in the documentation.
* doc/ref/texinfo.texi (string-utils): Fix same typo.
* module/texinfo/string-utils.scm (expand-tabs): Same.
Fixes <https://bugs.gnu.org/76621>.
Edited by lloda <lloda@sarc.name>.
Diffstat (limited to 'module/texinfo/string-utils.scm')
-rw-r--r-- | module/texinfo/string-utils.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/texinfo/string-utils.scm b/module/texinfo/string-utils.scm index 0d2c994d7..625d1e535 100644 --- a/module/texinfo/string-utils.scm +++ b/module/texinfo/string-utils.scm @@ -134,7 +134,7 @@ of all the special characters. #\\\\) => \"\\\\*\\\\*\\\\*\\\\(Example String\\\\)\\\\*\\\\*\\\\*\" -;; also can escape a singe char... +;; also can escape a single char... (escape-special-chars \"richardt@@vzavenue.net\" #\\@@ #\\@@) |