From 16aff82048e41f7f7bc040834b02f6d82c70c20d Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Sat, 22 Feb 2025 20:40:48 -0500 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8399b72..ff1b506 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,11 @@ The functions `(bufferwizard-toggle-highlight-symbol-at-point)` and `(bufferwiza ``` - `case-replace`: When non-nil, this variable ensures that `(bufferwizard-replace-symbol-at-point)` preserves the case of the original text during replacements. + Example: + ```elisp + ;; t means (bufferwizard-replace-symbol-at-point) should preserve case in replacements. + (setq case-replace t) + ``` ## Author and License