diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-04-16 14:35:25 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-04-16 14:54:02 +0200 |
commit | fb9f5501d838f8b912ea33f9c34fdf6020c41f35 (patch) | |
tree | 7d71ac212c888b9814b6fa189840d87d1be33b57 /lisp/mh-e | |
parent | 289ec2d911c0a723c0c131ac9cf3407c71a4b15c (diff) | |
download | emacs-fb9f5501d838f8b912ea33f9c34fdf6020c41f35.tar.gz |
; Fix typos: emacs lisp -> Emacs Lisp
Diffstat (limited to 'lisp/mh-e')
-rw-r--r-- | lisp/mh-e/mh-show.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mh-e/mh-show.el b/lisp/mh-e/mh-show.el index 6134e8350c8..aa97f5cb383 100644 --- a/lisp/mh-e/mh-show.el +++ b/lisp/mh-e/mh-show.el @@ -185,7 +185,7 @@ Sets the current buffer to the show buffer." (set-buffer folder) ;; When Gnus uses external displayers it has to keep handles longer. So ;; we will delete these handles when mh-quit is called on the folder. It - ;; would be nicer if there are weak pointers in emacs lisp, then we could + ;; would be nicer if there are weak pointers in Emacs Lisp, then we could ;; get the garbage collector to do this for us. (unless (mh-buffer-data) (setf (mh-buffer-data) (mh-make-buffer-data))) |