diff --git a/mne/_fiff/reference.py b/mne/_fiff/reference.py index 9efa23abe15..0062bc4f40f 100644 --- a/mne/_fiff/reference.py +++ b/mne/_fiff/reference.py @@ -180,7 +180,7 @@ def add_reference_channels(inst, ref_channels, copy=True): ----- .. warning:: When :ref:`re-referencing `, - make sure to apply the montage using :func:`mne.io.Raw.set_montage` + make sure to apply the montage using :meth:`mne.io.Raw.set_montage` only after calling this function. Applying a montage will only set locations of channels that exist at the time it is applied. """