Skip to content

Commit

Permalink
Tweak docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Dec 9, 2023
1 parent e69b4bb commit 0298076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions super-save.el
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"Auto-save all buffers, not just the current one.
Setting this to t can be interesting when you make indirect buffer edits, like
when editing `grep's results with `occur-mode' and 'occur-edit-mode', or when
when editing `grep's results with `occur-mode' and `occur-edit-mode', or when
running a project-wide search and replace with `project-query-replace-regexp'
and so on. In these cases, we can indirectly edit several buffers without
actually visiting or switching to these buffers. Hence, this option allow to
Expand Down Expand Up @@ -98,7 +98,7 @@ See `super-save-auto-save-when-idle'."

(defcustom super-save-delete-trailing-whitespace nil
"Controls whether to delete the trailing whitespace before saving.
Set to 'except-current-line if you want to avoid the current line."
Set to `except-current-line' if you want to avoid the current line."
:group 'super-save
:type '(choice (boolean :tag "Enable/disable deleting trailing whitespace for the whole buffer.")
(symbol :tag "Delete trailing whitespace except the current line." except-current-line))
Expand Down

0 comments on commit 0298076

Please sign in to comment.