diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-02-03 19:32:02 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-02-03 19:32:02 +0100 |
commit | 5924c97785f994be8aff274db4778ea1729d5f07 (patch) | |
tree | 7681ecf4e99f756baf778e6adea7c9482452fdfb /elogt.el | |
parent | elogt.el: implement elogt-delete-entry (diff) | |
download | emacs-elogt-5924c97785f994be8aff274db4778ea1729d5f07.tar.gz emacs-elogt-5924c97785f994be8aff274db4778ea1729d5f07.tar.bz2 emacs-elogt-5924c97785f994be8aff274db4778ea1729d5f07.zip |
elogt.el: change post-refresh message
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'elogt.el')
-rw-r--r-- | elogt.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -164,7 +164,7 @@ Return opened buffer (done via `find-file')." (setq tabulated-list-entries (elogt--make-log-table-contents)) (tabulated-list-init-header) (tabulated-list-print t) - (message "ElogT is ready.")) + (message "The ElogT table is ready.")) ;; Major mode |