1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

* admin/gitmerge.el (gitmerge-resolve-unmerged): Fix doc typo.

This commit is contained in:
Glenn Morris 2017-11-08 15:36:45 -05:00
parent 98288ecaff
commit 6c3031399b

View file

@ -400,7 +400,7 @@ Throw an user-error if we cannot resolve automatically."
"\n - You can safely close this Emacs session and do this " "\n - You can safely close this Emacs session and do this "
"in a new one." "in a new one."
"\n - When running gitmerge again, remember that you must " "\n - When running gitmerge again, remember that you must "
"that from within the Emacs repo.\n") "do that from within the Emacs repo.\n")
(pop-to-buffer (current-buffer))) (pop-to-buffer (current-buffer)))
(user-error "Resolve the conflicts manually")))))) (user-error "Resolve the conflicts manually"))))))