diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-09-26 01:53:56 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-09-26 17:53:23 +0200 |
commit | 8bb28e740dd2cc8058d7833dd60b0ef9a8765c1b (patch) | |
tree | 6daad156b285e27c95d4afb3f7d0e4773032961b /test/lisp/so-long-tests/so-long-tests-helpers.el | |
parent | 4cc43449432427817400bad12e7ef722e6591a21 (diff) | |
download | emacs-8bb28e740dd2cc8058d7833dd60b0ef9a8765c1b.tar.gz emacs-8bb28e740dd2cc8058d7833dd60b0ef9a8765c1b.tar.bz2 emacs-8bb28e740dd2cc8058d7833dd60b0ef9a8765c1b.zip |
; Minor stylistic checkdoc fixes in test/**/*.el
Diffstat (limited to 'test/lisp/so-long-tests/so-long-tests-helpers.el')
-rw-r--r-- | test/lisp/so-long-tests/so-long-tests-helpers.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/so-long-tests/so-long-tests-helpers.el b/test/lisp/so-long-tests/so-long-tests-helpers.el index dd2331e6e4a..f542806ac16 100644 --- a/test/lisp/so-long-tests/so-long-tests-helpers.el +++ b/test/lisp/so-long-tests/so-long-tests-helpers.el @@ -106,8 +106,8 @@ (defun so-long-tests-remember () "Remember the original states of modes and variables. -Call this after setting up a buffer in the normal (not so-long) -state for its major mode, so that after triggering a so-long +Call this after setting up a buffer in the normal (not `so-long') +state for its major mode, so that after triggering a `so-long' action we can call `so-long-revert' and compare the reverted state against this remembered state." (setq so-long-tests-memory nil) |