branch: elpa/git-commit
commit bc85c477b53b8ad0ba87120f172230a2909a2fec
Author: Jonathon McKitrick <jonathon.mckitr...@doublethedonation.com>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    magit-display-buffer-function: Add missing word to docstring
---
 lisp/magit-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/magit-mode.el b/lisp/magit-mode.el
index 5f29cd3..af64c05 100644
--- a/lisp/magit-mode.el
+++ b/lisp/magit-mode.el
@@ -110,7 +110,7 @@ inside your function."
   :type 'hook)
 
 (defcustom magit-display-buffer-function 'magit-display-buffer-traditional
-  "The function used display a Magit buffer.
+  "The function used to display a Magit buffer.
 
 All Magit buffers (buffers whose major-modes derive from
 `magit-mode') are displayed using `magit-display-buffer',

Reply via email to