Minor doc/comment revision & fixes

This commit is contained in:
Henrik Lissner 2020-01-26 01:31:53 -05:00
parent 786dec3e50
commit 871201dad6
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
5 changed files with 41 additions and 37 deletions

View file

@ -214,7 +214,7 @@ into faces or ANSI codes depending on the type of sesssion we're in."
(defmacro print! (message &rest args)
"Prints MESSAGE, formatted with ARGS, to stdout.
Always returns non-nil.
Returns non-nil if the message is a non-empty string.
Can be colored using (color ...) blocks:

View file

@ -4,8 +4,8 @@
;; refresh' after modifying this file!
;; These are used for a number of things, particularly for GPG configuration,
;; some email clients, file templates and snippets.
;; Some functionality uses this to identify you, e.g. GPG configuration, email
;; clients, file templates and snippets.
(setq user-full-name "John Doe"
user-mail-address "john@doe.com")