[docs] Document what "NFC" means in a commit message.

llvm-svn: 217292
diff --git a/llvm/docs/Lexicon.rst b/llvm/docs/Lexicon.rst
index 65b7a3e84..9a599da 100644
--- a/llvm/docs/Lexicon.rst
+++ b/llvm/docs/Lexicon.rst
@@ -133,6 +133,15 @@
 **MC**
     Machine Code
 
+N
+-
+
+**NFC**
+  "No functional change". Used in a commit message to indicate that a patch
+  is a pure refactoring/cleanup.
+  Usually used in the first line, so it is visible without opening the
+  actual commit email.
+
 O
 -
 .. _object pointer: