It is possible for users to edit an existing post.

  • How do edits work?
  • Who may edit a question or answer?
  • How can you tell what has been changed between edits?

Return to FAQ index

Related: How do I format my code blocks?

link|improve this question
This is part of the sofaq overhaul project. Please do not close this question. (See the SO FAQ for details). – Justin Standard Sep 26 '08 at 16:50
2  
Not programming related!! Belongs on meta.so.com!! Not a real question!! ZOMG ZOMG ;) – Meeh Sep 1 '09 at 19:27
Would be funny if the community user closes it :P – WTP'-- Sep 8 '09 at 15:41
feedback

migrated from stackoverflow.com Sep 14 '09 at 19:03

This question came from our site for professional and enthusiast programmers.

1 Answer

How do edits work?

Users can edit the questions and answers submitted to the site. This gives the site a wiki feel, and allows the information to constantly evolve and remain up to date. Those users who are allowed to edit a post can do so by clicking the edit link associated with that post.

Multiple edits made by the same person may be combined into a single revision, if they occur within a short period of time (currently 5 minutes). Edits made by the original author are considered part of the base revision if submitted within 5 minutes of posting (unless someone else submits an edit first).

It is possible to "roll back" changes made in a revision. This can be done during editing by selecting a previous revision to edit from the dropdown, but can also be accomplished via the "rollback" link displayed on non-current revisions within the revision history list - the latter is a little more convenient, and will earn you a bronze "Cleanup" badge when first used.

When multiple editors submit changes, the last one in "wins", regardless of who began editing first. Both revisions are preserved however, and changes lost can be restored either by rolling back to the previous revision or by manually copying text into a new revision.

Who may edit a question or answer?

The original author of a question or answer may edit their own post. Additionally, users with a certain level of reputation may edit any question or answer. The one exception is locked questions, which may not be edited by anyone, including the original author, until they are unlocked. Additionally, the amount of reputation needed to edit community wiki editable posts is much lower than that needed to edit ordinary questions and answers. If a user does not have enough reputation to edit directly, they can still suggest an edit (see a related FAQ question, How do suggested edits work?).

How can you tell what has been changed between edits?

Edit indicator

Once your question has been edited, there will be a note of it, with the time since the last edit hyperlinked to a revision history for the post.

Example:

Edit note screenshot

Revision history

Each revision is displayed in a separate, collapsible section. Older revisions start out already collapsed. If a comment was specified by the person editing, that will be displayed in yellow next to the revision number; otherwise, the total number of characters added or removed in that revision will be listed. Once expanded, the revision will be displayed, with changes highlighted.

Example:

Revision History screenshot

Revision diff color key:
  • Green background: characters added
  • Red text + strikeout: characters removed
link|improve this answer
1  
wow, what the heck, I had no idea – Swati Sep 24 '08 at 18:05
"Multiple edits .. same person .. short period of time .. combined into a single revision" -- define "short period of time". – Chris Noe Oct 10 '08 at 14:27
Right now, it's 5 minutes from the first edit. That is subject to change however, and should not be relied on - still beta... – Shog9 Oct 10 '08 at 16:45
"Additionally, users with a certain level of reputation may edit any question or answer." -- define "certain level of reputation"? – clahey Sep 1 '09 at 19:27
@clahey: that definition is best left to The Main FAQ (stackoverflow.com/faq), where presumably it will always be up-to-date. – Shog9 Sep 1 '09 at 23:34
I really don't like the fact that someone else can edit my posts, wiki is one thing, but questions and answers should be open for comments. It just seems a bit off to allow people to edit other users' answers! Someone edited one of my answers yesterday, pretty much for a joke, leaving the answer less meaningful (he edited a sentence down to a single word!). – TabbyCool Jan 21 '10 at 9:50
2  
@unknown: read the site FAQ - editing of other user's posts is very much a core part of SO. If abuse happens, you can 1) rollback the change with a single click, and 2) flag for moderator attention to let someone know what's going on. – Shog9 Jan 21 '10 at 14:42
feedback

You must log in to answer this question.