Minor doc/comment revision & fixes
This commit is contained in:
parent
786dec3e50
commit
871201dad6
5 changed files with 41 additions and 37 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue