commit: bbf3c0f4d6c3ba358d5e4edbdf954cacb0febdcc Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Mon Dec 16 21:07:53 2019 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Thu Dec 19 08:50:18 2019 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=bbf3c0f4
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 <AT> gentoo.org> appendices/editor-configuration/emacs/text.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
