diff --git a/doc/ref/language.xml b/doc/ref/language.xml
index c0c1b18afb..761d66d874 100644
--- a/doc/ref/language.xml
+++ b/doc/ref/language.xml
@@ -1072,7 +1072,7 @@ one chosen for ⪆.
The unary + is ignored. The unary - returns the additive inverse of
its operand; over the integers it is equivalent to multiplication by -1.
-^
+^
conjugation
^ denotes powering of a multiplicative element if the right operand is
an integer, and is also used to denote the action of a group element on a
diff --git a/doc/ref/string.xml b/doc/ref/string.xml
index 6425bc3576..5fdf76464b 100644
--- a/doc/ref/string.xml
+++ b/doc/ref/string.xml
@@ -162,7 +162,7 @@ For any other sequence starting with a backslash, the backslash is ignored.
the cursor down one line and back to the beginning of the line.
-\"
+\"
doublequote character
\"
-
@@ -171,7 +171,7 @@ For any other sequence starting with a backslash, the backslash is ignored.
because it is otherwise interpreted as end of the string.
-\'
+\'
singlequote character
\'
-
@@ -180,7 +180,7 @@ For any other sequence starting with a backslash, the backslash is ignored.
because it is otherwise interpreted as end of the character.
-\\
+\\
backslash character
\\
-
@@ -190,7 +190,7 @@ For any other sequence starting with a backslash, the backslash is ignored.
an escape sequence.
-\b
+\b
backspace character
\b
-
@@ -200,7 +200,7 @@ For any other sequence starting with a backslash, the backslash is ignored.
and should not be relied upon.
-\r
+\r
carriage return character
\r
-
@@ -210,7 +210,7 @@ For any other sequence starting with a backslash, the backslash is ignored.
is again system dependent.
-\c
+\c
flush character
\c
-
@@ -223,7 +223,7 @@ For any other sequence starting with a backslash, the backslash is ignored.
use \c.
-\XYZ
+\XYZ
octal character codes
\XYZ
-
@@ -235,7 +235,7 @@ For any other sequence starting with a backslash, the backslash is ignored.
in ⪆.
-\0xYZ
+\0xYZ
hexadecimal character codes
\0xYZ
-
diff --git a/lib/ctblfuns.gd b/lib/ctblfuns.gd
index 52bf8ad973..27e4ddfcfd 100644
--- a/lib/ctblfuns.gd
+++ b/lib/ctblfuns.gd
@@ -526,7 +526,7 @@ DeclareAttribute( "ValuesOfClassFunction", IsClassFunction );
##
## character value
## power
-## ^
+## ^
## The powering operator
has several meanings
## for class functions.
## The power of a class function by a nonnegative integer is clearly the