aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorGlenn Morris2017-11-08 15:36:45 -0500
committerGlenn Morris2017-11-08 15:36:45 -0500
commit6c3031399b796feceaab2bdfe94abe7170db4e34 (patch)
tree5abb67b70cdcc6b3dc7f38bed83c53dfe58f0937 /admin
parent98288ecaffbc0947ec3193088172ea85ad5e42a5 (diff)
downloademacs-6c3031399b796feceaab2bdfe94abe7170db4e34.tar.gz
emacs-6c3031399b796feceaab2bdfe94abe7170db4e34.zip
* admin/gitmerge.el (gitmerge-resolve-unmerged): Fix doc typo.
Diffstat (limited to 'admin')
-rw-r--r--admin/gitmerge.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/gitmerge.el b/admin/gitmerge.el
index 0dfd190d753..9ea94b71e0f 100644
--- a/admin/gitmerge.el
+++ b/admin/gitmerge.el
@@ -400,7 +400,7 @@ Throw an user-error if we cannot resolve automatically."
400 "\n - You can safely close this Emacs session and do this " 400 "\n - You can safely close this Emacs session and do this "
401 "in a new one." 401 "in a new one."
402 "\n - When running gitmerge again, remember that you must " 402 "\n - When running gitmerge again, remember that you must "
403 "that from within the Emacs repo.\n") 403 "do that from within the Emacs repo.\n")
404 (pop-to-buffer (current-buffer))) 404 (pop-to-buffer (current-buffer)))
405 (user-error "Resolve the conflicts manually")))))) 405 (user-error "Resolve the conflicts manually"))))))
406 406