Skip to content

Commit

Permalink
magit-toggle-buffer-lock: fix doc-string typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleam committed Jun 25, 2016
1 parent 9f04c46 commit 1b7e060
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Documentation/magit.org
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ buffers whose major-modes derive from ~magit-mode~.
This command locks the current buffer to its value or if the buffer
is already locked, then it unlocks it.

Locking a buffer to its value, prevents it from being reused to
Locking a buffer to its value prevents it from being reused to
display another value. The name of a locked buffer contains its
value, which allows telling it apart from other locked buffers and
the unlocked buffer.
Expand Down
2 changes: 1 addition & 1 deletion Documentation/magit.texi
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ buffers whose major-modes derive from @code{magit-mode}.
This command locks the current buffer to its value or if the buffer
is already locked, then it unlocks it.

Locking a buffer to its value, prevents it from being reused to
Locking a buffer to its value prevents it from being reused to
display another value. The name of a locked buffer contains its
value, which allows telling it apart from other locked buffers and
the unlocked buffer.
Expand Down
2 changes: 1 addition & 1 deletion lisp/magit-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ thinking a buffer belongs to a repo that it doesn't.")
(defun magit-toggle-buffer-lock ()
"Lock the current buffer to its value or unlock it.
Locking a buffer to its value, prevents it from being reused to
Locking a buffer to its value prevents it from being reused to
display another value. The name of a locked buffer contains its
value, which allows telling it apart from other locked buffers
and the unlocked buffer.
Expand Down

0 comments on commit 1b7e060

Please sign in to comment.