Skip to content

Commit

Permalink
[Malabarba#174] Fix the docstring for sml/show-remote
Browse files Browse the repository at this point in the history
  • Loading branch information
Malabarba committed Mar 6, 2016
1 parent 76bc5cc commit 9715b51
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion smart-mode-line.el
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,9 @@ just set this to \"\" to save an extra char of space."
:group 'smart-mode-line-position)

(defcustom sml/show-remote t
"Whether to show an \"@\" for remote buffers."
"Whether to display an \"@\" for remote buffers.
If the buffer is local, an \"-\" is displayed instead.
If this variable is nil, nothing is displayed."
:type 'boolean
:group 'smart-mode-line-others)
(put 'sml/show-remote 'safe-local-variable 'booleanp)
Expand Down

0 comments on commit 9715b51

Please sign in to comment.