aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/unicode-chars.el
diff options
context:
space:
mode:
authorGravatar Erik Martin-Dorel <erik@martin-dorel.org>2018-08-23 01:37:33 +0200
committerGravatar GitHub <noreply@github.com>2018-08-23 01:37:33 +0200
commit733cd24a7368ee186884da488da0f59bbedb627e (patch)
treee2a6832c08a6f058f423879c40c02fd924082af3 /lib/unicode-chars.el
parent26b3bf9f070e9aee45c6e3d19bca475d4ae8ed37 (diff)
parent7986697e7999e1d24356d459d64e7be5ee4c8da0 (diff)
Merge pull request #380 from ProofGeneral/prepare-melpa
Prepare PG for MELPA
Diffstat (limited to 'lib/unicode-chars.el')
-rw-r--r--lib/unicode-chars.el3
1 files changed, 2 insertions, 1 deletions
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