summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/backtrace.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-09-18 13:12:41 +0200
committerStefan Kangas <stefan@marxist.se>2021-09-18 13:14:50 +0200
commitdd1220b96972d77e5bbe1094586514bae63fe1eb (patch)
tree1c5295b91b316ffc40931cd02c1f4fc028ec2097 /lisp/emacs-lisp/backtrace.el
parent11d6d6c3ea8d3f131b0b21db6e51a66d8b20d40e (diff)
downloademacs-dd1220b96972d77e5bbe1094586514bae63fe1eb.tar.gz
emacs-dd1220b96972d77e5bbe1094586514bae63fe1eb.tar.bz2
emacs-dd1220b96972d77e5bbe1094586514bae63fe1eb.zip
; More stylistic docfixes in emacs-lisp/*.el found by checkdoc
Diffstat (limited to 'lisp/emacs-lisp/backtrace.el')
-rw-r--r--lisp/emacs-lisp/backtrace.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/backtrace.el b/lisp/emacs-lisp/backtrace.el
index ea70baa9532..a5721aa3193 100644
--- a/lisp/emacs-lisp/backtrace.el
+++ b/lisp/emacs-lisp/backtrace.el
@@ -868,7 +868,7 @@ commands.
\\{backtrace-mode-map}
A mode which inherits from Backtrace mode, or a command which
-creates a backtrace-mode buffer, should usually do the following:
+creates a `backtrace-mode' buffer, should usually do the following:
- Set `backtrace-revert-hook', if the buffer contents need
to be specially recomputed prior to `revert-buffer'.