diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-12-16 22:07:53 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-12-19 09:50:18 +0100 |
commit | bbf3c0f4d6c3ba358d5e4edbdf954cacb0febdcc (patch) | |
tree | 1c333e109286c57afc916833dccd0ec8f19f173a /appendices/editor-configuration | |
parent | appendices/editor-configuration/emacs: Mention nxml-gentoo-schemas. (diff) | |
download | devmanual-bbf3c0f4d6c3ba358d5e4edbdf954cacb0febdcc.tar.gz devmanual-bbf3c0f4d6c3ba358d5e4edbdf954cacb0febdcc.tar.bz2 devmanual-bbf3c0f4d6c3ba358d5e4edbdf954cacb0febdcc.zip |
appendices/editor-configuration/emacs: Balance parentheses.
Restore a closing parenthesis that was accidentally deleted in a
previous commit.
Fixes: 75702d2ab872d486b864223bc79b75619b3f9b1e
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'appendices/editor-configuration')
-rw-r--r-- | appendices/editor-configuration/emacs/text.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appendices/editor-configuration/emacs/text.xml b/appendices/editor-configuration/emacs/text.xml index 6302263..f822388 100644 --- a/appendices/editor-configuration/emacs/text.xml +++ b/appendices/editor-configuration/emacs/text.xml @@ -49,7 +49,7 @@ automatically before saving the file. <p> Other useful settings can be disabled backup files -(by <c>(setq make-backup-files nil)</c>, so you don't clutter the git +(by <c>(setq make-backup-files nil)</c>), so you don't clutter the git repository directories and confuse repoman with it (by adding unnecessary entries into a Manifest file e.g.). Emacs can even contact the outside world |