diff --git a/modules/mol/base/doc/editors.rst b/modules/mol/base/doc/editors.rst
index 01214c4b3a3798d3fedf10a345b04aee56d42c19..7dfc823d630deb7a6d86f055fe3ffd099f013264 100644
--- a/modules/mol/base/doc/editors.rst
+++ b/modules/mol/base/doc/editors.rst
@@ -44,8 +44,12 @@ The basic functionality of editors is implemented in the EditorBase class.
 .. note::
 
   To use the editing functions available in :class:`EditorBase`, it is
-  recommended to use the external coordinate system :class:`XCSEditor` for
-  performance reasons.
+  recommended to use the external coordinate system :class:`XCSEditor` with
+  buffering for performance reasons:
+
+  .. code-block:: python
+    
+    editor = entity.EditXCS(ost.mol.EditMode.BUFFERED_EDIT)
 
 .. class::  EditorBase