diff --git a/doc/DOCUMENTATION.org b/doc/DOCUMENTATION.org index 0f161c396..e99e4d91f 100644 --- a/doc/DOCUMENTATION.org +++ b/doc/DOCUMENTATION.org @@ -2705,13 +2705,13 @@ Text related commands (start with ~x~): | ~SPC x g t~ | translate current word using Google Translate | | ~SPC x g T~ | reverse source and target languages | | ~SPC x i i~ | cycle symbol naming styles (~i~ to keep cycling) | -| ~SPC x i u~ | change symbol style to ~under_score~ | -| ~SPC x i _~ | change symbol style to ~under_score~ | -| ~SPC x i U~ | change symbol style to ~UP_CASE~ | -| ~SPC x i k~ | change symbol style to ~kebab-case~ | -| ~SPC x i -~ | change symbol style to ~kebab-case~ | -| ~SPC x i c~ | change symbol style to ~lowerCamelCase~ | -| ~SPC x i C~ | change symbol style to ~UpperCamelCase~ | +| ~SPC x i u~ | change symbol style to =under_score= | +| ~SPC x i _~ | change symbol style to =under_score= | +| ~SPC x i U~ | change symbol style to =UP_CASE= | +| ~SPC x i k~ | change symbol style to =kebab-case= | +| ~SPC x i -~ | change symbol style to =kebab-case= | +| ~SPC x i c~ | change symbol style to =lowerCamelCase= | +| ~SPC x i C~ | change symbol style to =UpperCamelCase= | | ~SPC x j c~ | set the justification to center | | ~SPC x j f~ | set the justification to full | | ~SPC x j l~ | set the justification to left |