From 86d22428959a0f5aecef270e0f4dd7d4b5712fc3 Mon Sep 17 00:00:00 2001 From: Erik Martin-Dorel Date: Thu, 23 Aug 2018 00:01:12 +0200 Subject: Fix most doc issues raised by (checkdoc) --- lib/unicode-chars.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/unicode-chars.el') diff --git a/lib/unicode-chars.el b/lib/unicode-chars.el index 880371ce..2b854739 100644 --- a/lib/unicode-chars.el +++ b/lib/unicode-chars.el @@ -5063,7 +5063,7 @@ (defun unicode-chars-list-chars () "Insert each Unicode character into a buffer. Lets you see which characters are available for literal display -in your emacs font." +in your Emacs font." (interactive) (pop-to-buffer "*unicode-chars*") (let ((chars unicode-chars-alist) @@ -5081,3 +5081,4 @@ in your emacs font." (insert (format " %s\n" name))))))) (provide 'unicode-chars) +;;; unicode-chars.el ends here -- cgit v1.2.3