aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2024-11-24 04:11:52 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2024-11-24 04:11:52 +0300
commit26e54b9248ca8be07530fb19422082827ee1fead (patch)
treef784aeb6de8381cb86e68e49154d0bfb1a77de04
parent61b811f1a4febf493142003840e8b10c1aa7bf81 (diff)
downloadsciteco-26e54b9248ca8be07530fb19422082827ee1fead.tar.gz
minor documentation changes: use typographic quotes instead of "
-rw-r--r--src/core-commands.c2
-rw-r--r--src/search.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/core-commands.c b/src/core-commands.c
index fa2f8b5..c3ec3dd 100644
--- a/src/core-commands.c
+++ b/src/core-commands.c
@@ -1745,7 +1745,7 @@ teco_state_control_decimal(teco_machine_main_t *ctx, GError **error)
* If <radix> is omitted, the command instead
* returns the current radix.
*
- * An alternative way to access the radix is via the "^R" local Q-Register.
+ * An alternative way to access the radix is via the \(lq^R\(rq local Q-Register.
* Consequently, the radix is local to the current macro invocation frame,
* unless the macro call was colon-modified.
*/
diff --git a/src/search.c b/src/search.c
index 2059da3..0908df0 100644
--- a/src/search.c
+++ b/src/search.c
@@ -61,10 +61,10 @@ static teco_search_parameters_t teco_search_parameters;
* A true value (smaller than zero) configures case-sensitive searches,
* while a false value (larger than or equal to zero) configures case-insensitive
* searches.
- * "-^X" is equivalent to "-1^X" and also enables case-sensitive searches.
+ * \(lq-^X\(rq is equivalent to \(lq-1^X\(rq and also enables case-sensitive searches.
* Searches are case-insensitive by default.
*
- * An alternative way to access the search mode is via the "^X" local Q-Register.
+ * An alternative way to access the search mode is via the \(lq^X\(rq local Q-Register.
* Consequently, the search mode is local to the current macro invocation frame,
* unless the macro call was colon-modified.
*/