diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2023-08-27 22:52:11 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2023-08-27 22:54:34 -0400 |
commit | 5640de5f2ee5875313e239c0f4237454e027913c (patch) | |
tree | 2507fb746c9907c05fbb4d76c4c71154db87a263 /.gitignore | |
parent | f646c2d5128db8f64c580c9d1133c7e445840800 (diff) |
Misc minor cosmetic changes
Prefer # to quote function names.
Remove some redundant `:group` arguments.
Properly newline-terminate text files.
Fix some ' warnings in docstrings.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,4 +17,4 @@ dist/ /lisp/mastodon-autoloads.el # ELSA files -/lisp/.elsa/
\ No newline at end of file +/lisp/.elsa/ |