Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
magit
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Debian Emacsen team
magit
Commits
90c8b384
Commit
90c8b384
authored
Apr 01, 2018
by
Kyle Meyer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
whitespace-dont-turn-on-in-magit-mode: fix doc-string typos
parent
570c2a77
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/magit-utils.el
lisp/magit-utils.el
+3
-3
No files found.
lisp/magit-utils.el
View file @
90c8b384
...
...
@@ -792,9 +792,9 @@ are not compatible. Therefore you cannot turn on that minor-mode
in Magit buffers. If you try to enable it anyway, then this
advice prevents that.
I
t
the reason the attempt is made is that `global-whitespace-mode'
is enabled, then that is done silently. However if you
you cal
l
the local
minor-mode interactively, then that results in an error.
I
f
the reason the attempt is made is that `global-whitespace-mode'
is enabled, then that is done silently. However if you
call the loca
l
minor-mode interactively, then that results in an error.
See `magit-diff-paint-whitespace' for an alternative."
(
if
(
not
(
derived-mode-p
'magit-mode
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment