1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 18:40:39 -08:00

; Fix typos: emacs lisp -> Emacs Lisp

This commit is contained in:
Stefan Kangas 2021-04-16 14:35:25 +02:00
parent 289ec2d911
commit fb9f5501d8
12 changed files with 13 additions and 13 deletions

View file

@ -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)))