diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-09-14 08:43:18 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-09-16 19:37:07 +0200 |
commit | 63f419f1339cbd0a7d1e64586854a4f01b3f80d1 (patch) | |
tree | 80bce487ec8c4f7d8258d13a49b21cb4eb3f289b /lisp/mail/reporter.el | |
parent | 36474a1e490a5eae266805a0e04615741d56692c (diff) | |
download | emacs-63f419f1339cbd0a7d1e64586854a4f01b3f80d1.tar.gz emacs-63f419f1339cbd0a7d1e64586854a4f01b3f80d1.tar.bz2 emacs-63f419f1339cbd0a7d1e64586854a4f01b3f80d1.zip |
; Minor stylistic fixes found by checkdoc
Diffstat (limited to 'lisp/mail/reporter.el')
-rw-r--r-- | lisp/mail/reporter.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/reporter.el b/lisp/mail/reporter.el index 4b70582a261..2983a11d749 100644 --- a/lisp/mail/reporter.el +++ b/lisp/mail/reporter.el @@ -36,7 +36,7 @@ ;; reporter.el was written primarily for Emacs Lisp package authors so ;; that their users can more easily report bugs. When invoked, ;; `reporter-submit-bug-report' will set up an outgoing mail buffer -;; with the appropriate bug report address, including a lisp +;; with the appropriate bug report address, including a Lisp ;; expression the maintainer of the package can evaluate to completely ;; reproduce the environment in which the bug was observed (e.g. by ;; using `eval-last-sexp'). This package proved especially useful @@ -158,7 +158,7 @@ composed.") (error indent-enclosing-p)))) (defun reporter-lisp-indent (_indent-point state) - "A better lisp indentation style for bug reporting." + "A better Lisp indentation style for bug reporting." (save-excursion (goto-char (1+ (nth 1 state))) (current-column))) |