summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-04-22 17:16:42 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2022-04-22 17:16:42 +0200
commit2d71fd3b041506c68b5f1cd1e409e09e25778c34 (patch)
treef25bbe920d16324fd824c86ad0289f2d70e991a8 /test
parentbbf389ea6deab229ba18dc519fe712ec982609d1 (diff)
downloademacs-2d71fd3b041506c68b5f1cd1e409e09e25778c34.tar.gz
Further doc string quoting fixes
* test/lisp/progmodes/cperl-mode-tests.el (cperl--run-test-cases): * lisp/simple.el (undo-equiv-table): * lisp/shell.el (shell-mode): (shell-mode): * lisp/recentf.el (recentf-mode): * lisp/org/ob-table.el (org-sbe): * lisp/net/eudc.el (eudc-rfc5322-cctext-token): * lisp/mail/ietf-drums-date.el (ietf-drums-date--slot-ranges): * lisp/faces.el (color-luminance-dark-limit): * lisp/erc/erc.el (erc-tls): * lisp/emacs-lisp/pcase.el (pcase-setq): Further quoting fixes in doc strings.
Diffstat (limited to 'test')
-rw-r--r--test/lisp/progmodes/cperl-mode-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/progmodes/cperl-mode-tests.el b/test/lisp/progmodes/cperl-mode-tests.el
index b8a3bd97d8d..4e0debffb69 100644
--- a/test/lisp/progmodes/cperl-mode-tests.el
+++ b/test/lisp/progmodes/cperl-mode-tests.el
@@ -64,7 +64,7 @@ The expected output from running BODY on the input goes here.
# -------- NAME: end --------
You can have many of these blocks in one test file. You can
-chose a NAME for each block, which is passed to the 'should'
+chose a NAME for each block, which is passed to the `should'
clause for easy identification of the first test case that
failed (if any). Text outside these the blocks is ignored by the
tests, so you can use it to document the test cases if you wish."